diff options
author | Lars-Dominik Braun <lars@6xq.net> | 2018-04-01 20:12:45 +0200 |
---|---|---|
committer | Lars-Dominik Braun <lars@6xq.net> | 2018-04-01 20:12:45 +0200 |
commit | 8c8972b7498eb8a864b34df3de6558fb4064ae0d (patch) | |
tree | 75da69519329919a7d5f8bfcb26d35c58932b2e6 /_build | |
parent | 7950ecd95a807ed34eb1e21995649e45ca8f53ed (diff) | |
download | pesto-8c8972b7498eb8a864b34df3de6558fb4064ae0d.tar.gz pesto-8c8972b7498eb8a864b34df3de6558fb4064ae0d.tar.bz2 pesto-8c8972b7498eb8a864b34df3de6558fb4064ae0d.zip |
Support Pandoc 2
Apparently the new major release broke its public API, but – thankfully
– added support for RST’s include directive.
Diffstat (limited to '_build')
-rw-r--r-- | _build/pesto.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/_build/pesto.css b/_build/pesto.css index 1994d67..b33890e 100644 --- a/_build/pesto.css +++ b/_build/pesto.css @@ -47,3 +47,7 @@ pre code { border-radius: 0.66em; } +.nodoc { + display: none; +} + |