v0.3.0
v0.3.0 (2019-09-11)
Closed issues:
- KaTeX 0.11 (#215)
- Netlify Support (#208)
- Allow and/or automatically replace indented code blocks (#207)
- HTML entities (#206)
- Backslash and escaping issues (#205)
- Compatibility with standard Markdown: a more serious look (#204)
- avoid spurious insertion of
\n
when dealing with code (#203) - Jekyll/JuDoc compatibility comments (#201)
- [latex parse] (#200)
- Check file permissions when using newsite (#199)
- [BUG] Inline code blocks are rendered incorrectly (#198)
- Inserting tables [WIP] (#195)
- Inject markdown text from file (#193)
- [docs] add gitlab script to docs (#189)
- [docs] include within eval blocks, best to use
abspath
(#186) - Kwarg for the path of the built page? (#185)
- Add numbers to header refs to avoid clash (#180)
- [v0.3.0] list (#147)
- [v0.2] list (#144)
- table of contents (#134)
- ps are still not balanced? (#82)
Merged pull requests:
- Docs (#220) (tlienart)
- Fixes to markdown parser following trials on Julia Blog posts (#218) (tlienart)
- closes #207 through introduction of LR_INDENT tokens (#217) (tlienart)
- support for commonmark style links (#214) (tlienart)
- I198 (#212) (tlienart)
- adds test and closes #203 (#211) (tlienart)
- support for double backticks and tests, see #204 (#210) (tlienart)
- Mdfix (#209) (tlienart)
- WIP: inserting tables with \tableinput command (#197) (cserteGT3)
- resolve highlight.js installation instruction (#196) (cserteGT3)
- Fr193 (#194) (tlienart)
- fix warning when if css_html_js_minify is not installed (#192) (cserteGT3)
- Add commitmsg kwarg for publish() (#191) (cserteGT3)
- Add nicer status messages when something printed meanwhile (#190) (cserteGT3)
- Toc3 (#188) (tlienart)
- Add error message in eval block (see #186) (#187) (tlienart)