The seemingly most basic construct, headings specified like:
# Heading 1## Heading 2
...
isn't working on markdown run through recommonmark-enabled Sphinx 1.4.
Seems to handle properly headings like:
Heading 1=======Heading 2----------
But not the hash version. I'm not seeing anybody else referencing such a problem. Any ideas?
The seemingly most basic construct, headings specified like:
# Heading 1
## Heading 2
... isn't working on markdown run through recommonmark-enabled Sphinx 1.4.Seems to handle properly headings like:
Heading 1
=======
Heading 2
----------
But not the hash version. I'm not seeing anybody else referencing such a problem. Any ideas?