I can’t get the asterisks at the bottom to work correctly, what the hell happened to WYSIWYG?
We use Markdown, which isn’t WYSIWYG. If you want to escape a special character, use a \ in front of it, like so:
\* Version *A*.
* Version A.
* Version *B*.
Version B.
We use Markdown, which isn’t WYSIWYG. If you want to escape a special character, use a \ in front of it, like so:
* Version A.
Version B.