From 3d6a1e336fc9d396b1fab65165177cb57ac62ef8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oskar=20Wickstr=C3=B6m?= Date: Wed, 28 Feb 2018 08:33:38 +0100 Subject: [PATCH] Bump 0.2.3 --- README.md | 2 ++ README.src.md | 3 +++ docs/index.html | 4 ++++ docs/pandoc-emphasize-code.pdf | Bin 222347 -> 222604 bytes pandoc-emphasize-code.cabal | 2 +- 5 files changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d62441e..9b1186e 100644 --- a/README.md +++ b/README.md @@ -196,6 +196,8 @@ pandoc --filter pandoc-emphasize-code input.md output.html Changelog --------- +- **0.2.3** + - Allow single-position range - **0.2.2** - Revert to use newlines in HTML `pre` tags - Use default `Setup.hs` script diff --git a/README.src.md b/README.src.md index 25c1fd2..2a44d23 100644 --- a/README.src.md +++ b/README.src.md @@ -204,6 +204,9 @@ pandoc --filter pandoc-emphasize-code input.md output.html ## Changelog +- **0.2.3** + - Allow single-position range, i.e. one where the start and end is the same + position, which is needed to emphasize a single character. * **0.2.2** - Revert to use newlines in HTML `pre` tags - Use default `Setup.hs` script diff --git a/docs/index.html b/docs/index.html index 5a26295..31fbceb 100644 --- a/docs/index.html +++ b/docs/index.html @@ -181,6 +181,10 @@

Run

pandoc --filter pandoc-emphasize-code input.md output.html

Changelog