Skip to content

ruru4143/pandoc_raw_lists_filter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

raw_list pandoc filter

This gives the ability to mix the numbering in lists, by splitting every listitem in one dedicated list.

usage:

command:
pandoc example.md -o example.pdf --filter=./raw_lists.py
in md file:
```{#list-1 .raw_list}
2. example text
3. third item
1. test text
\``` <-- you have to remove the backslash (escaping ´ in codeblocks is weird)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages