seikichi / restructured

Pure JavaScript reStructuredText parser
59 stars 16 forks source link

Subtitles are included as nested sections #9

Closed cco3 closed 5 years ago

cco3 commented 7 years ago

Technically, a subtitle is supposed to be a direct child of the document. However, restructured includes it a section, resulting in every section being nested an extra level.

cco3 commented 5 years ago

Looking at the spec, this is actually the way it's supposed to be done, and some post-processor is supposed to identify the subtitle, etc.