Skip to content

Ink 0.2.0

Compare
Choose a tag to compare
@JohnSundell JohnSundell released this 06 Dec 11:57
· 16 commits to master since this release
c88bbce
  • Code blocks can now have an exceeding number of closing backtick markers (by @steve-h).
  • Code block language strings are now trimmed (by @steve-h).
  • The CSS class assigned to a code block now has the prefix language- (by @john-mueller).
  • If a line ends with two spaces that's now treated as a hard line break (by @ezfe).
  • The Ink CLI tool has been improved to accept stdin input and has better usage info (by @john-mueller).
  • The Markdown value that's returned from MarkdownParser.parse now has a title property, which matches the first top-level heading found in the Markdown text.
  • Self-closing tags are now inline with HTML, rather than XML (by @steve-h).
  • String parsing terminators are now successfully ignored when escaped (by @JoaoPinheiro).