Closed
Description
I don't know if this is fixable, but currently there is unwanted result where a SIP MD
file is translated to HTML
and looks different. I noticed the following issues:
- Acceptance of the
``` {code} ```
code annotation, and more specifically a```scala {code} ```
annotation. Currently the only way to achieve the wanted result for the site is to use a{% highlight scala %} {code} {% endhighlight %}
annotation. If we don't add```
, then it will look horrible on GitHub or any MD editor, but this adds extra viewable unwanted```
to the site. The alternative is to use a 4-space prefix to the code. Unfortunately, this make all code on the site to have extra 4 space characters. - MD accepts
##Subject
, but the the site translation expects space## Subject
. - MD accepts
---
# Subject
The site expects an empty line
---
# Subject