File tree Expand file tree Collapse file tree 4 files changed +99
-87
lines changed
Expand file tree Collapse file tree 4 files changed +99
-87
lines changed Original file line number Diff line number Diff line change @@ -4,11 +4,11 @@ DIFF ?= diff --strip-trailing-cr -u
44
55test : test_html test_latex
66
7- test_html : README.md columns.lua expected.html
7+ test_html : README.md columns.lua
88 @pandoc --lua-filter columns.lua --standalone --to=html $< \
99 | $(DIFF ) expected.html -
1010
11- test_latex : README.md columns.lua expected.tex
11+ test_latex : README.md columns.lua
1212 @pandoc --lua-filter columns.lua --standalone --to=latex $< \
1313 | $(DIFF ) expected.tex -
1414
Original file line number Diff line number Diff line change 99
1010Multiple columns support in Pandoc's markdown.
1111
12- v1.0 . Copyright: © 2021 Julien Dutant <julien.dutant@kcl.ac.uk >
12+ v1.1.2 . Copyright: © 2021 Julien Dutant <julien.dutant@kcl.ac.uk >
1313License: MIT - see LICENSE file for details.
1414
1515Introduction
You can’t perform that action at this time.
0 commit comments