I’m new to CM6 and having problems with getting the lang-markdown module to distinguish between different levels of headings. All levels seem to be mapped to t.heading instead of t.heading1, t.heading2 etc. How would I extend the language to achieve that?
The example below shows that both the # and ## headers have the same ͼy class associated:
<div class="cm-line">
<span class="ͼy ͼ11">#</span>
<span class="ͼy"> main</span>
</div>
<div class="cm-line">
<span class="ͼy ͼ11">##</span>
<span class="ͼy"> second level heading</span>
</div>