markdown-styles
Advanced tools
Changelog
Changes in 3.1.1
v3.0
changes how the optional meta.json
file works, adding support for setting per-directory and global metadata values (see the section further down). It also adds responsive markup tweaks to the github, markedapp-byword, mixu-book, mixu-page, mixu-radar and witex layouts and adds the responsive meta tag to all layouts.Changelog
Changes in 2.3.1
render
function would not wait until all the assets were copied, thanks @joebain!v2.3
adds one new feature: header hover anchor links. When you hover over a header, a hover anchor link appears to the side of the header. Clicking on that link or copying its URL produces a link to that specific location on the page. All built-in layouts support this feature by default.--no-header-links
flag.--input
target.v2.0
is a major rewrite, with significant usability improvements; the core has been rewritten to use object mode streams via pipe-iterators.--command
, {{styles}}
, --template
, --asset-dir
, --partials
, --helpers
, --runner
. Most of this functionality can be easily replicated much more cleanly with the new features.{{content}}
-> {{> content}}
, {{toc}}
-> {{> toc}}
, {{assetsRelative}}
-> {{asset 'path'}}
github
, which looks a lot like Github readmes.