mystmd icon indicating copy to clipboard operation
mystmd copied to clipboard

Parts Headings

Open alanlujan91 opened this issue 1 month ago • 0 comments

I'm working on a latex template, where I am adding an appendix as a "part" of the document.

parts:
    appendix: appendix.md

This seems to work, but it always demotes the headers in the appendix; for example, it turns # Appendix to a subsection instead of a section in LaTeX.

I would like it to be able to follow the headings hierarchy, where # Appendix is another top level section of the paper.

alanlujan91 avatar Oct 16 '25 23:10 alanlujan91