From 8c8972b7498eb8a864b34df3de6558fb4064ae0d Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Sun, 1 Apr 2018 20:12:45 +0200 Subject: Support Pandoc 2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Apparently the new major release broke its public API, but – thankfully – added support for RST’s include directive. --- _build/pesto.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to '_build') 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; +} + -- cgit v1.2.3