Skip to content
This repository has been archived by the owner on Jul 25, 2020. It is now read-only.

Releases: will-hart/demarcate.js

1.1.4: List support and source code

02 Jul 20:13
Compare
Choose a tag to compare

Version 1.1.4

  • Support syntax highlighted (e.g. pygments) source code
  • Support <ol> tags
  • Partial support for footnotes - can be created and are present in generated markdown but not rendered in place
  • Provide gzipped versions of CSS and javascript
  • Use ctrl + up arrow and ctrl + down arrow to reorder the current block up or down
  • Add isActive() and isEnabled() methods to check editor state
    ~ Add "version since" to API documentation
  • Edit box autosizes correctly on changing style type
  • Fix white space around and tags
  • Editing caret now placed correctly after newline insertion