uwdata / living-papers

Authoring tools for scholarly communication. Create interactive web pages or formal research papers from markdown source.
BSD 3-Clause "New" or "Revised" License
127 stars 10 forks source link

Add appendix section support. #63

Closed jheer closed 1 year ago

jheer commented 1 year ago

A fenced appendix block will now generate appendix sections. Headers within the appendix are not numbered.

Example:

::: appendix
# Appendix A: Some Stuff

Text.

# Appendix B: More Stuff

More text.
:::

Close #42.