1. 2e5e347 lint cleanup (#456) by Kevin Moore · 1 year, 8 months ago
  2. a0b5a05 example: small tweak to example – add Dart code (#455) by Kevin Moore · 1 year, 8 months ago
  3. de32a69 visitText to use textContent getter so subclassing Text class works correctly. (#431) by Tim Maffett · 1 year, 8 months ago
  4. 8247955 Rewrite checkbox(task list) extension (#450) by Zhiguang Chen · 1 year, 8 months ago
  5. a602760 Fix crash with mixed checkbox lists (#449) by Sam Rawlins · 1 year, 8 months ago
  6. 0578084 Wrote some crashtest for running against markdown files from pub.dev by Jonas Finnemann Jensen · 1 year, 9 months ago
  7. 32a9450 Bump to 6.0.0 (#443) by Sam Rawlins · 1 year, 9 months ago 6.0.0
  8. e479495 Require Dart 2.17, cleanup up lints (#442) by Kevin Moore · 1 year, 9 months ago
  9. 73ad99e Add support for github task lists (aka checkboxes) actually fixes #268 add color swatch syntax support (#428) by Tim Maffett · 1 year, 11 months ago
  10. 8b34017 Change source of emojis to github api so GFM can support all possible github emoji shortcodes (#427) by Tim Maffett · 1 year, 11 months ago
  11. e3f4bd2 example: update CDN asset links (#435) by Kevin Moore · 2 years ago
  12. a678bfc example: add GitHub markdown CSS (#434) by Kevin Moore · 2 years ago
  13. bc79c43 Merge pull request #425 from dart-lang/pq-patch-1 by Phil Quitslund · 2 years ago
  14. 4e8aa03 add pub badge by Phil Quitslund · 2 years ago
  15. 7987e1e Remove dependency on third party package:charcode. by Jonas Termansen · 2 years ago
  16. 90995fd Split block_parser.dart and inline_parser.dart (#422) by Zhiguang Chen · 2 years ago
  17. 8bb9062 Add trailing commas to some parameter lists to get better formatting (#420) by Zhiguang Chen · 2 years, 1 month ago
  18. 1c5f2e7 Enable raw strings lint rules (#418) by Zhiguang Chen · 2 years, 1 month ago
  19. 4784153 Enable use_if_null_to_convert_nulls_to_bools lint rule (#417) by Zhiguang Chen · 2 years, 1 month ago
  20. 0d67e99 Enable prefer_interpolation_to_compose_strings (#416) by Zhiguang Chen · 2 years, 1 month ago
  21. 5561351 Enable prefer_final_locals lint rule (#415) by Zhiguang Chen · 2 years, 1 month ago
  22. 6d39147 Create DelimiterSyntax to replace TagSyntax (#407) by Zhiguang Chen · 2 years, 1 month ago
  23. 4f4e899 Add caseSensitive parameter on the InlineSyntax constructor (#400) by Zhiguang Chen · 2 years, 1 month ago
  24. e16aff0 Check parser.isDone when title is null in _parseInlineBracketedLink (#394) by Zhiguang Chen · 2 years, 1 month ago
  25. 3471578 Use `Uri.toFilePath()` instead of `Uri.path` for locating tests (#396) by Marc Fargas · 2 years, 1 month ago
  26. 5699caf Bump version to 5.0.0 (#406) by Sam Rawlins · 2 years, 1 month ago 5.0.0
  27. 30e61b4 Update the ones related to Element.children (#405) by Zhiguang Chen · 2 years, 1 month ago
  28. ed59235 Add options to disable default syntaxes (#404) by Zhiguang Chen · 2 years, 1 month ago
  29. f58890b Support GitLab flavored fenced blockquote (#403) by Zhiguang Chen · 2 years, 1 month ago
  30. eff4b10 Treat lines matched CodeBlockSyntx as continuations of paragraphs in blockquotes (#401) by Zhiguang Chen · 2 years, 1 month ago
  31. 51bb7c3 Change getChildren parameter of _resolveReferenceLink to required and remove unnecessary non null assertion (#399) by Zhiguang Chen · 2 years, 1 month ago
  32. 0bac4f6 Do not allow reference link labels contain left brackets (#402) by Zhiguang Chen · 2 years, 1 month ago
  33. dc110ff Improvements to documentation (#397) by Marc Fargas · 2 years, 2 months ago
  34. e501c69 Render table with trailing whitespace (#391) by Sam Rawlins · 2 years, 3 months ago
  35. a8e6fe9 Opt test/ and tool/ into null safety (#392) by Sam Rawlins · 2 years, 3 months ago
  36. 43668f9 Make parseInline's parameter non-nullable (#389) by Sam Rawlins · 2 years, 3 months ago
  37. 1a418f9 Make EscapeSyntax respect encodeHtml (#386) by Tarekk Mohamed Abdalla · 2 years, 5 months ago
  38. 7479783 Update Common Mark tests to v0.30.2 (#383) by Kevin Moore · 2 years, 6 months ago
  39. 83838c6 Update blns for text_direction_code_point_in_literal hint (#382) by Kevin Moore · 2 years, 6 months ago
  40. 10b8b0a Bump package to version 4.0.1 (#378) by Sam Rawlins · 2 years, 7 months ago 4.0.1
  41. a47d0cb Move build configuration to peanut.yaml, make it easier to deploy example (#379) by Kevin Moore · 2 years, 7 months ago
  42. 5e6bf7e Export emojis.dart (#377) by Valentin Vignal · 2 years, 9 months ago
  43. 42b66de Update example and necessary dependencies (#373) by Parker Lougheed · 2 years, 11 months ago
  44. d23d9bc Minor README cleanup (#372) by Parker Lougheed · 2 years, 11 months ago
  45. cd8701a Migrate from pedantic to lints (#370) by Sam Rawlins · 3 years ago
  46. 4ec6ab8 fix formatting by Kevin Moore · 3 years, 1 month ago
  47. cf859b5 Merge pull request #366 from dart-lang/franklinyow-patch-1 by Franklin Yow · 3 years, 1 month ago
  48. ce367b8 Update LICENSE by Franklin Yow · 3 years, 1 month ago
  49. bf29d78 allow latest pkg:io, clean SDk constraint, update pubspec URL (#362) by Kevin Moore · 3 years, 2 months ago
  50. 74fa483 Update pedantic to 1.11.0 (#361) by Sam Rawlins · 3 years, 2 months ago
  51. 80e20fe stable null safety release (#355) by Jacob MacDonald · 3 years, 3 months ago 4.0.0
  52. 9c4beaa prep for stable release (#354) by Jacob MacDonald · 3 years, 3 months ago
  53. d897d30 Migrate to GitHub Actions (#353) by Alexander Thomas · 3 years, 3 months ago
  54. 185c12d Bump to 4.0.0-nullsafety.0 (#352) by Sam Rawlins · 3 years, 4 months ago 4.0.0-nullsafety.0
  55. 6c48ca8 Allow space in a pointy-bracked inline link (#349) by Sam Rawlins · 3 years, 5 months ago
  56. 607653c Fix leading whitespace after hard break (#348) by Sam Rawlins · 3 years, 5 months ago
  57. 53ccb8a Null safe API (#347) by Sam Rawlins · 3 years, 5 months ago
  58. 202c83d Remove dependency on expected_output; fold impl into tool/ (#346) by Sam Rawlins · 3 years, 5 months ago
  59. f940f82 Overhaul link and emphasis resolution (#345) by Sam Rawlins · 3 years, 5 months ago
  60. 6f89681 Release 3.0.0 (#339) by Sam Rawlins · 3 years, 7 months ago 3.0.0
  61. 9874d49 Improve canEndBlock logic for ListSyntax subclasses (#320) by Sam Rawlins · 3 years, 8 months ago
  62. d25e129 Remove trailing space from paragraphs, headings, html blocks (#321) by Sam Rawlins · 3 years, 8 months ago
  63. 813fcf2 An empty list cannot interrupt a paragraph. (#317) by Sam Rawlins · 3 years, 8 months ago
  64. 95c1bc5 Prioritize custom inline syntax parsers (#309) by Michael Jordan · 3 years, 9 months ago
  65. 8c8c1dc Allow intra-word strikethrough in GFM (#313) by Sam Rawlins · 3 years, 9 months ago
  66. a1de5ee Make pre-define extension sets immutable (#304) by Michael Jordan · 3 years, 9 months ago
  67. 6ad2be2 Remove 4 public methods from public API (#312) by Sam Rawlins · 3 years, 9 months ago
  68. dbeafd4 Fixes for Issue 310 - Follow Dart file conventions (#311) by Michael Jordan · 3 years, 9 months ago 2.1.8
  69. 94295e5 Deprecate 4 public methods; will be made private (#307) by Sam Rawlins · 3 years, 9 months ago
  70. 510a42d Fixed inaccuracies in Extension sets section (#308) by Michael Jordan · 3 years, 9 months ago
  71. 2ede692 Add dependency on the meta package (#298) by Sam Rawlins · 3 years, 9 months ago 2.1.7
  72. bc86800 Bump to 2.1.6 (#297) by Sam Rawlins · 3 years, 9 months ago 2.1.6
  73. acaddfe Small modifications for null-safety (#296) by Sam Rawlins · 3 years, 10 months ago
  74. ff2a810 Remove redundant LinkSyntax; remove erroneous comment (#295) by Alec Henninger · 3 years, 10 months ago
  75. d1200a5 Add remaining html5 'block level' tags (#294) by Alec Henninger · 3 years, 10 months ago
  76. 84ff033 Bump to 2.1.5 (#292) by Sam Rawlins · 3 years, 11 months ago 2.1.5
  77. 1dde82f Overhaul table row parsing (#288) by Sam Rawlins · 4 years ago
  78. f97dd04 Lint: bump pedantic and handle consequences (#289) by Sam Rawlins · 4 years ago
  79. cb0d02e Bump the Big List of Naughty Strings test (#291) by Sam Rawlins · 4 years ago
  80. fd34113 Bump version to 2.1.4 (#290) by Sam Rawlins · 4 years ago
  81. cc57a08 Fix benchmark output by Kevin Moore · 4 years, 2 months ago
  82. dd150bb Update old links to point to dart.dev and pub.dev (#283) by Kevin Moore · 4 years, 2 months ago
  83. 5e9163b Properly normalize a collapsed reference link; fixes #281 (#282) by Sam Rawlins · 4 years, 2 months ago
  84. 4464dfe Fix newly enforced package:pedantic lints (#279) by Nate Bosch · 4 years, 5 months ago
  85. 0d8a548 Bump to 2.1.3 with link fix (#278) by Sam Rawlins · 4 years, 5 months ago 2.1.3
  86. 73f9db9 Conditionally escape HTML in links; fixes #272 by 神楽坂花火 · 4 years, 6 months ago
  87. 4948616 Add startCharacter, reducing parsing time by another 17%; bump to 2.1.2 (#276) by Sam Rawlins · 4 years, 6 months ago 2.1.2
  88. c32c3fc Reduce time to parse a large Markdown document by about half (#274) by Sam Rawlins · 4 years, 6 months ago
  89. c3c15a0 Recognize Unicode ellipsis as punctuation (#270) by Sam Rawlins · 4 years, 6 months ago
  90. c585ef3 Enforce more strict analysis (#266) by Sam Rawlins · 4 years, 7 months ago
  91. 384a4f6 publish 2.1.1 (#265) by Keerti Parthasarathy · 4 years, 7 months ago 2.1.1
  92. 952c5c6 Fix for preserving whitespace in text containing <pre> (#264) by Keerti Parthasarathy · 4 years, 8 months ago
  93. c27bae0 Fix escaping in an indented code block (#262) by Sam Rawlins · 4 years, 8 months ago 2.1.0
  94. b677ece Fix parsing of inline code blocks with multiple backticks (#260) by Sam Rawlins · 4 years, 8 months ago
  95. bcda511 Fix errant return (#258) by Sam Rawlins · 4 years, 10 months ago
  96. d4b0401 Fix some html entities (#256) by Sam Rawlins · 4 years, 10 months ago
  97. 38b0fa5 Prepare for upcoming change to HttpRequest and HttpClientResponse (#254) by Todd Volkert · 4 years, 11 months ago
  98. 73b5e89 Fix urls to pub.dev (#253) by Kevin Moore · 5 years ago
  99. f4f0874 Test on oldest supported Dart SDK by Kevin Moore · 5 years ago
  100. e8941d3 fix latest pedantic lints by Kevin Moore · 5 years ago