- Changed prescribed URLs to use https://cdn.rawgit.com, supporting HTTPS. (#27)
- Support multiple markdown files in
Flatdoc.file
. (#15, #45, @gjong) - Fix readme example to be workable. (#7)
- Deprecate
src/
, making PR's a bit easier to manage. - Fix navbar offset with images. (#31, #44, @UziTech)
- Publish to Bower.
- Fix issue where linking to a location hash doesn't scroll the document down. (#21, #35, @malthe)
- Hotfix: fix JS syntax highlighting. (#37)
- Internal: add more unit tests.
Please use v0.8.6 instead.
- Fix a minor issue where navigation would break. (#36, @malthe)
- Add support for external highlighters. (#37, @malthe)
- theme-white: Remove the jQuery.fillsize plugin.
- theme-white: Simplify the JS file.
- Use
jQuery.fn.addBack()
instead ofandSelf()
. (#24, @jonschlinkert) - Fix JS error in older versions of IE. (#30, @vijayakumarrg)
- Fix sticky sidebar glitches when resizing. (#14, @grmlin)
- Fix issue with
h3
headings followingh1
s. (#34, @malthe) - Fix issues with multiple headings that have the same text. (#33, #32, @malthe)
- Fix issue with HTTPS errors concerning Google Fonts. (#27, #29)
- Fix HTML keyword highlighting when tags don't have attributes. (#28, @oderwat)
- Fix
slugify()
raising an error when the given text is not a string.
- Add support for tables. (#22, #5, @huangyq23)
- Add bitbucket support. (#16, @palday)
Initial release.