hledger/site/doc
Everett Hildenbrandt 946fa1d498 tools/pandoc-{site,drop-toc}, Shake, site/, doc/: switch from bulletlist to metainline toc marker
Files `site/doc/{1.0,1.1}/hledger-ui.md` had to be treated specially because
thay had some other elements inside the same `BulletList` that the `toc` lived
inside. Because only the first element of the `BulletList` is compared, these
extra HTML elements were either dropped or replaced with a TOC at compile time.
By switching to the meta-inline `\$toc\$`, they started to persist into the
resulting HTML. The fix was to drop them from the source markdown.
2018-05-21 08:35:49 -07:00
..
0.27 tools/pandoc-{site,drop-toc}, Shake, site/, doc/: switch from bulletlist to metainline toc marker 2018-05-21 08:35:49 -07:00
1.0 tools/pandoc-{site,drop-toc}, Shake, site/, doc/: switch from bulletlist to metainline toc marker 2018-05-21 08:35:49 -07:00
1.1 tools/pandoc-{site,drop-toc}, Shake, site/, doc/: switch from bulletlist to metainline toc marker 2018-05-21 08:35:49 -07:00
1.2 tools/pandoc-{site,drop-toc}, Shake, site/, doc/: switch from bulletlist to metainline toc marker 2018-05-21 08:35:49 -07:00
1.3 tools/pandoc-{site,drop-toc}, Shake, site/, doc/: switch from bulletlist to metainline toc marker 2018-05-21 08:35:49 -07:00
1.4 tools/pandoc-{site,drop-toc}, Shake, site/, doc/: switch from bulletlist to metainline toc marker 2018-05-21 08:35:49 -07:00
1.5 tools/pandoc-{site,drop-toc}, Shake, site/, doc/: switch from bulletlist to metainline toc marker 2018-05-21 08:35:49 -07:00
1.9 tools/pandoc-{site,drop-toc}, Shake, site/, doc/: switch from bulletlist to metainline toc marker 2018-05-21 08:35:49 -07:00
README doc: minimal updates re hakyll-std 2018-05-09 10:35:16 -07:00

Snapshots of past versions of the web content.

At each major release, a new snapshot should be generated 
(with ./Shake site/doc/VERSION/.snapshot) and committed.

Major releases should also be added to the "available versions" links in site.js.

TODO: These were in this "doc/" subdirectory so that hakyll-std would see them, perhaps that's no longer necessary.