Skip to content

Commit 3d0238c

Browse files
committed
Update docs, version for release
1 parent 93b6696 commit 3d0238c

File tree

4 files changed

+99
-87
lines changed

4 files changed

+99
-87
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ DIFF ?= diff --strip-trailing-cr -u
44

55
test: 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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Columns
99

1010
Multiple 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>
1313
License: MIT - see LICENSE file for details.
1414

1515
Introduction

0 commit comments

Comments
 (0)