Skip to content
This repository has been archived by the owner on May 17, 2018. It is now read-only.

Bug Fixes and Improvements

Compare
Choose a tag to compare
@facelessuser facelessuser released this 12 Jul 03:33
· 202 commits to master since this release

Issues Resolved:

  • Fix yaml stripping regex overly greedy behavior (Issue #180)
  • Add option to use multimarkdown parser (Issue #172)
  • Add command to save to source directory (will export to a view and issue a save as command if source does not exist on disk) (Issue #65)
  • Override build behavior with any target using the default parser (Issue #175)
  • Setting to output a very stripped down HTML. Outputs just the tags. No head or body tags and css, ids, styles, or classes (Issue #176)
  • Optional feature to inject header ids in to the Github API return to ensure links and header anchors actually work (Issue #208)

Features, Tweaks and Fixes

  • Multiline tasklist items are now all aligned proper
  • Minor CSS tweaks
    • abbr tags cusor changes on mouse over
    • tables are explicitly set to their color (this is so they look good embedded in an admontion block)
    • remove critic markup css (which I didn't mean to add)
  • Magiclink now can find things like www.example.com and can also find email addresses
  • Autoreload can be disabled
  • Add enable admonition with CSS support. Admonitions can be created with any kind of user defined class, but some defaults are provided:
    • Notes (grey)
    • Attention (green)
    • Hint (blue)
    • Caution (yellow)
    • Danger (red)

Admonition examples:
screenshot 2014-07-08 23 17 09