We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfd5798 commit c5e6ea4Copy full SHA for c5e6ea4
2 files changed
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## Unreleased
4
5
+- Generate line numbers via `line_numbers` option in context hash [#5](https://github.com/JuanitoFatas/html-pipeline-rouge_filter/pull/5) by @lowjoel
6
+
7
## 1.0.2 - 2015.08.06
8
9
- Allow to use with `HTML::Pipeline` >= 1.11 [#3](https://github.com/JuanitoFatas/html-pipeline-rouge_filter/pull/3) by @townsen
README.md
@@ -58,6 +58,9 @@ Prints (without the linebreaks):
58
</pre>
59
```
60
61
+You can specify line numbers via `line_numbers` option in
62
+[context](https://github.com/jch/html-pipeline#examples) hash.
63
64
## Contributing
65
66
1. Fork it ( https://github.com/juanitofatas/html-pipeline-rouge_filter/fork )
0 commit comments