From 35bd39a9d0eef1396b2f6a562430ec63e36b7921 Mon Sep 17 00:00:00 2001 From: Andrey Makarov Date: Mon, 15 Feb 2021 16:12:40 +0300 Subject: RST: implement footnotes and citations (#16960) * RST: implement footnotes and citations * manual fixup of nimdoc.out.css * remove unused code * shorter printing code * Update lib/packages/docutils/rst.nim Co-authored-by: Andreas Rumpf --- doc/nimdoc.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'doc') diff --git a/doc/nimdoc.css b/doc/nimdoc.css index c7523bddb..b3595d891 100644 --- a/doc/nimdoc.css +++ b/doc/nimdoc.css @@ -497,6 +497,19 @@ hr { border: 0; border-top: 1px solid #aaa; } +hr.footnote { + width: 25%; + border-top: 0.15em solid #999; + margin-bottom: 0.15em; + margin-top: 0.15em; +} +div.footnote-group { + margin-left: 1em; } +div.footnote-label { + display: inline-block; + min-width: 1.7em; +} + blockquote { font-size: 0.9em; font-style: italic; -- cgit 1.4.1-2-gfad0