Releases: claudioc/jingo
Releases · claudioc/jingo
v1.2.8
Validates Github paramters
Merges #59
Modal bugfixes
Fixex #57 and makes better modals - Fixes #57 (removes the backdrop from modal) - Better accessibility for modal boxes - Better layout and typography for modal boxes
Minor fixes
v1.2.5 Fixes a z-index bug
Fixes #55
Fixes customizations
- Fixes #54 (broken customizations)
- Adds the jingo version to the meta generator
- Better README
- Fixes a potential crash
- Adds missing page titles (regression bug)
Fixes #41
GitHub auth
- Adds support for the GitHub logins
- Adds support to be able to serve images and other assets from the repo
Better Markdown
The markdown module we use (Marked) tries to overcome some "obscure" problems with the original Perl markdown parser by default. These produces some problems when rendering HTML embedded in a markdown document see also issue #48. By default we now want to use the original parser and not the modified one (pedantic: true).
There is a new option to override this behaviour (application.pedanticMarkdown
).