Skip to content

v1.18.0

Compare
Choose a tag to compare
@yamgent yamgent released this 11 Feb 06:08
· 1327 commits to master since this release

markbind-cli

Breaking Changes

#653 Disable decamelize for anchor ID generation (#667, MarkBind/vue-strap#95)

Headings with PascalCase wordings now generate a different anchor ID in order to be more compatible with anchor IDs generated by Github Flavored Markdown.

For example, if we have the following heading:

# MarkBind docs

Old anchor id:

mark-bind-docs

New anchor id:

markbind-docs

Features

#457 Add deploy -t/--travis to deploy via Travis (#649)
#470 Support custom MarkBind plugins (#474)
#642 Support specifying include variables inline (#681)

Enhancements

#369 Seamless panels: omit caret if not expandable (MarkBind/vue-strap#96)
#657 Add temporary styles to prevent FOUC (#664)

Fixes

#651 Exit MarkBind with non-zero exit code on fatal error (#679)

Documentation

Restructure user docs on MarkBind syntax (#668)
Add documentation for badges (#686)
Fix filename capitalization for syntax documentation (#685)

Code Quality

test: Add diff printing for easier debugging (#632)

Dependencies

MarkBind/vue-strap: v2.0.1-markbind.20 → v2.0.1-markbind.21