dart_markdown 3.1.7
dart_markdown: ^3.1.7 copied to clipboard
A portable Markdown library written in Dart that can parse Markdown into AST and HTML.
3.1.6 #
3.1.5 #
- Some minor chagnes.
3.1.0 #
- BREAKING Use dedicated type
fencedCodeBlockfor fenced code blocks andindentedCodeBlockfor indented code blocks PR#60. - BREAKING Use dedicated type
atxHeadingfor ATX headings andsetextHeadingfor Setext headings PR#63. - BREAKING Use dedicated type
fencedBlockquotefor fenced blockquote PR#65. - BREAKING Use dedicated type
autolinkExtensionfor autolink extension andautolinkfor autolinks PR#66. - BREAKING Change type
inlineHtmltorawHtmlPR#67. - BREAKING Change type
inlineCodetocodeSpanPR#68. - Change where table markers are saved. PR#71 & PR#72.
- Change
startandendlocations ofElementto required PR#73.
3.0.0 #
2.1.2 #
- Update some links.
- Update lint.
2.0.0 #
-
BREAKING: Add stricter rules to element parsers Issue#29.
New rules:
BlockParsercan only returnBlockElement.InlineParsercan only returnInlineObject, which could beInlineElement,TextorUnparsedContent.InlineElementcan only haveInlineObjectaschildrenelements.
-
Fix an issue when paragraph is disabled Issue#27.
1.0.3 #
1.0.2 #
1.0.0 #
First version, refactored from dart-lang/markdown(5.0)