forked from jgm/lunamark
-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update contributions/pandoc-to-markdown
@drehak implemented `RawInline` and `RawBlock` 🚀
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule pandoc-to-markdown
updated
9 files
+3 −3 | .github/workflows/main.yml | |
+4 −0 | .gitignore | |
+9 −4 | README.md | |
+5 −1 | examples/Makefile | |
+2 −4 | examples/README.md | |
+12 −11 | examples/files/panda.md | |
+8 −110 | pandoc-to-markdown.lua | |
+24 −0 | pandoc-to-markdown.sty | |
+17 −1 | pandoc-to-markdown.tex |