GitLab Markdown doesn't recognize header syntax supported by Markdown proper
Created by: naftulikay
Unfortunately GitLab Markdown doesn't support standard Markdown header conventions. Though the following works as expected:
Header 1
=======
Header 2
--------------
...these next examples don't work as expected:
#Header 1#
##Header 2##
###Header 3###
# Header
## Header 2
### Header 3
etc. These are clearly documented in the Markdown syntax documentation and should be rendered as valid, though they are currently not rendered at all.