Skip to content

Commit

Permalink
Update docs, version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
jdutant committed Nov 25, 2022
1 parent 93b6696 commit 3d0238c
Show file tree
Hide file tree
Showing 4 changed files with 99 additions and 87 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ DIFF ?= diff --strip-trailing-cr -u

test: test_html test_latex

test_html: README.md columns.lua expected.html
test_html: README.md columns.lua
@pandoc --lua-filter columns.lua --standalone --to=html $< \
| $(DIFF) expected.html -

test_latex: README.md columns.lua expected.tex
test_latex: README.md columns.lua
@pandoc --lua-filter columns.lua --standalone --to=latex $< \
| $(DIFF) expected.tex -

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Columns

Multiple columns support in Pandoc's markdown.

v1.0. Copyright: © 2021 Julien Dutant <[email protected]>
v1.1.2. Copyright: © 2021 Julien Dutant <[email protected]>
License: MIT - see LICENSE file for details.

Introduction
Expand Down
Loading

0 comments on commit 3d0238c

Please sign in to comment.