You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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).