Releases: tlienart/Franklin.jl
Releases · tlienart/Franklin.jl
v0.4.4
v0.4.4 (2020-01-17)
v0.4.3
Last release with the name 'JuDoc' + deprecation warning
v0.4.2
v0.4.1
v0.4.0
v0.4.0 (2019-12-25)
No breaking changes, main modifications since 3.10:
- allow passing of final hook function which can be used to work with the
lunr
search library (PR #320 issue #319) - fix an issue with auto-title when no title is provided the first header is used (PR
#317#318) - fix an issue when using code in a link reference like
[`A`]: http://example.com
issue #314 PR #315. - improvements to the markdown parser bringing marginal speed gains and robustness #312
- allow disabling of support for indented code blocks and better error context #311
Closed issues:
- Can't exit with ctrl+c (#321)
- Reference link with code (#314)
- Require blank line before and after indented code block (#310)
- table alignment saga (#307)
- [needs docs] Can you style footnote text? (#243)
- [v0.4+] list (#216)
- merge resolve_input_*code functions (#173)
Merged pull requests:
- new readme (#324) (tlienart)
- [WIP] Lunr and finalizer (#320) (tlienart)
- Autotitle (#318) (tlienart)
- fix issue with automatic title (#317) (tlienart)
- minor file reorg (#316) (tlienart)
- I314 (#315) (tlienart)
- Improvements to parser (#312) (tlienart)
- Toggle-able support for indented code blocks and better error messages (#311) (tlienart)
v0.3.10
v0.3.10 (2019-11-28)
Merged pull requests:
v0.3.9
v0.3.8
v0.3.7
v0.3.7 (2019-11-10)
Merged pull requests:
v0.3.6
v0.3.6 (2019-11-10)
Closed issues:
- Command definition in config and ordering (#289)
- add 'silent' option for
serve
to display nothing (code eval etc) (#288) - code (#287)
- Intendation can cause ambiguities (#285)
- Add MLJTutorials to README.md list of websites using JuDoc (#281)
- add maxtoclevel (#272)
- Add else clause for isdef and ispage blocks (#132)
- Allow nesting in html templating blocks by balancing {{...}} {{end}} (#113)
- Link checker (#91)
Merged pull requests:
- Fixes (#290) (tlienart)
- Ignore indented blocks that are contained in other blocks (#285) (#286) (tlienart)
- git crap (#284) (tlienart)
- Improved show (#283) (tlienart)
- Dev (#282) (tlienart)
- update to literate script should trigger (#279) (tlienart)
- Minor tweaks (#277) (tlienart)
- more sensible handling of toclevels (not global anymore (#276) (tlienart)
- support for maxtoclevel (#275) (tlienart)
- Experimental link checker (#274) (tlienart)
- Fix sneaky issue with footnotes (#273) (tlienart)
- making hide work with Literate style #src (#270) (tlienart)
- Mintoclevel (#269) (tlienart)
- Nestable blocks for html templating (#268) (tlienart)