| 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. | ||
|---|---|---|
| .. | ||
| css | ||
| doc | ||
| files | ||
| fonts | ||
| images | ||
| js | ||
| .gitignore | ||
| contributors.md | ||
| download.md | ||
| index.md | ||
| intro.md | ||
| ledgertips.md | ||
| README | ||
| release-notes.md | ||
| site.tmpl | ||
Source files for the hledger.org website. To render this, run ./Shake website. This will add the web manuals' markdown to this directory, render all markdown as html, and copy static files, to site/_site/.