Skip to content

Commit

Permalink
Bump 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
owickstrom committed Feb 28, 2018
1 parent 0ce03e1 commit 3d6a1e3
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 3 additions & 0 deletions README.src.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 4 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,10 @@ <h2 id="run">Run</h2>
<div class="sourceCode"><pre class="sourceCode sh"><code class="sourceCode bash"><span class="ex">pandoc</span> --filter pandoc-emphasize-code input.md output.html</code></pre></div>
<h2 id="changelog">Changelog</h2>
<ul>
<li><strong>0.2.3</strong>
<ul>
<li>Allow single-position range</li>
</ul></li>
<li><strong>0.2.2</strong>
<ul>
<li>Revert to use newlines in HTML <code>pre</code> tags</li>
Expand Down
Binary file modified docs/pandoc-emphasize-code.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion pandoc-emphasize-code.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description:
author: Oskar Wickström
maintainer: Oskar Wickström
homepage: https://github.com/owickstrom/pandoc-emphasize-code
version: 0.2.2
version: 0.2.3
cabal-version: >= 1.8
build-type: Simple
category: Documentation
Expand Down

0 comments on commit 3d6a1e3

Please sign in to comment.