Skip to content

Commit

Permalink
Update for pandoc 2.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
htdebeer committed Aug 12, 2021
1 parent f8c49b0 commit 7761bbd
Show file tree
Hide file tree
Showing 8 changed files with 62 additions and 62 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
source "https://rubygems.org"


gem "paru", "~> 0.4.1\2"
gem "paru", "~> 0.4.2.2"

gem "optimist", "~> 3.0"

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,12 +155,12 @@ guide](https://pandoc.org/installing.html) for more information about
installing pandoc.

You can also download the latest gem,
[pandocomatic-0.2.7.5](https://github.com/htdebeer/pandocomatic/blob/master/releases/pandocomatic-0.2.7.5.gem),
[pandocomatic-0.2.7.6](https://github.com/htdebeer/pandocomatic/blob/master/releases/pandocomatic-0.2.7.6.gem),
from Github and install it manually as follows:

``` bash
cd /directory/you/downloaded/the/gem/to
gem install pandocomatic-0.2.7.5.gem
gem install pandocomatic-0.2.7.6.gem
```

## Examples
Expand Down Expand Up @@ -284,7 +284,7 @@ the `to` property with `markdown_github`.
Similarly, in the input file
[`manual.md`](https://github.com/htdebeer/pandocomatic/blob/master/documentation/manual.md),
an extra filter is specified,
[‘number\_chapters\_and\_sections\_and\_figures.rb’](https://github.com/htdebeer/pandocomatic/blob/master/documentation/data-dir/filters/number_chapters_and_sections_and_figures.rb),
[‘number_chapters_and_sections_and_figures.rb’](https://github.com/htdebeer/pandocomatic/blob/master/documentation/data-dir/filters/number_chapters_and_sections_and_figures.rb),
to number the chapters and sections in the manual, which is not needed
for the README, by using the following pandocomatic metadata in the
manual input file:
Expand Down
3 changes: 2 additions & 1 deletion example/multiple_input_files/multiple_inputs.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
padding-top: 50px;
padding-bottom: 50px;
hyphens: auto;
word-wrap: break-word;
overflow-wrap: break-word;
text-rendering: optimizeLegibility;
font-kerning: normal;
}
Expand Down Expand Up @@ -93,6 +93,7 @@
pre code {
padding: 0;
overflow: visible;
overflow-wrap: normal;
}
.sourceCode {
background-color: transparent;
Expand Down
Loading

0 comments on commit 7761bbd

Please sign in to comment.