Skip to content

Releases: prose/prose

Tests and Bug Fixes

23 Apr 22:00
Compare
Choose a tag to compare

Adds basic testing and fixes includes with more than one argument. Generates source maps for prose.js and test/index.js

Update with make install

Run tests with npm test

Support for jekyll includes

22 Apr 04:18
Compare
Choose a tag to compare

Live previews just got better with support for jekyll includes in live previews.
For example:
{% include author-info.html author="Robert" %}

Live Preview Fix

22 Apr 04:33
Compare
Choose a tag to compare

Fixes live previews

  • Uses the stashed content and metadata for the preview, so that you can preview before saving.
  • Keeps the file in edit mode when using live preview, which opens a new window right now.