1. ff2a810 Remove redundant LinkSyntax; remove erroneous comment (#295) by Alec Henninger · 3 years, 10 months ago
  2. d1200a5 Add remaining html5 'block level' tags (#294) by Alec Henninger · 3 years, 10 months ago
  3. 84ff033 Bump to 2.1.5 (#292) by Sam Rawlins · 3 years, 11 months ago 2.1.5
  4. 1dde82f Overhaul table row parsing (#288) by Sam Rawlins · 4 years ago
  5. f97dd04 Lint: bump pedantic and handle consequences (#289) by Sam Rawlins · 4 years ago
  6. cb0d02e Bump the Big List of Naughty Strings test (#291) by Sam Rawlins · 4 years ago
  7. fd34113 Bump version to 2.1.4 (#290) by Sam Rawlins · 4 years ago
  8. cc57a08 Fix benchmark output by Kevin Moore · 4 years, 2 months ago
  9. dd150bb Update old links to point to dart.dev and pub.dev (#283) by Kevin Moore · 4 years, 2 months ago
  10. 5e9163b Properly normalize a collapsed reference link; fixes #281 (#282) by Sam Rawlins · 4 years, 2 months ago
  11. 4464dfe Fix newly enforced package:pedantic lints (#279) by Nate Bosch · 4 years, 5 months ago
  12. 0d8a548 Bump to 2.1.3 with link fix (#278) by Sam Rawlins · 4 years, 5 months ago 2.1.3
  13. 73f9db9 Conditionally escape HTML in links; fixes #272 by 神楽坂花火 · 4 years, 6 months ago
  14. 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
  15. c32c3fc Reduce time to parse a large Markdown document by about half (#274) by Sam Rawlins · 4 years, 6 months ago
  16. c3c15a0 Recognize Unicode ellipsis as punctuation (#270) by Sam Rawlins · 4 years, 6 months ago
  17. c585ef3 Enforce more strict analysis (#266) by Sam Rawlins · 4 years, 7 months ago
  18. 384a4f6 publish 2.1.1 (#265) by Keerti Parthasarathy · 4 years, 7 months ago 2.1.1
  19. 952c5c6 Fix for preserving whitespace in text containing <pre> (#264) by Keerti Parthasarathy · 4 years, 8 months ago
  20. c27bae0 Fix escaping in an indented code block (#262) by Sam Rawlins · 4 years, 8 months ago 2.1.0
  21. b677ece Fix parsing of inline code blocks with multiple backticks (#260) by Sam Rawlins · 4 years, 8 months ago
  22. bcda511 Fix errant return (#258) by Sam Rawlins · 4 years, 10 months ago
  23. d4b0401 Fix some html entities (#256) by Sam Rawlins · 4 years, 10 months ago
  24. 38b0fa5 Prepare for upcoming change to HttpRequest and HttpClientResponse (#254) by Todd Volkert · 4 years, 11 months ago
  25. 73b5e89 Fix urls to pub.dev (#253) by Kevin Moore · 5 years ago
  26. f4f0874 Test on oldest supported Dart SDK by Kevin Moore · 5 years ago
  27. e8941d3 fix latest pedantic lints by Kevin Moore · 5 years ago
  28. 05d493c support the latest pkg:build_web_compilers (#250) by Kevin Moore · 5 years ago
  29. 22dadc2 Make it easier to hack on strictness by Kevin Moore · 5 years ago
  30. 22f647d Improve white-space strictness of a number of elements by Kevin Moore · 5 years ago
  31. 75586e6 Show strict % of total passing tests by Kevin Moore · 5 years ago
  32. 47550d0 Update gfm tests to 0.29.0.gfm.0 by Kevin Moore · 5 years ago
  33. 5d4e303 Update common_mark tests to 0.29 - 2019-04-06 by Kevin Moore · 5 years ago
  34. dced071 Generate and test common_mark tests using unit files by Kevin Moore · 5 years ago
  35. 239ca0b tool/stats.dart --update-files updates all configs by default by Kevin Moore · 5 years ago
  36. 600a1f4 Record total strict counts for common mark tests by Kevin Moore · 5 years ago
  37. 9fcb831 Escape HTML attribute for fenced code blocks, in the info string; 2.0.3 (#244) by Sam Rawlins · 5 years ago 2.0.3
  38. d155d3d Support the latest pkg:html by Kevin Moore · 5 years ago
  39. 2723dd4 Correctly escape & in inline image titles by Kevin Moore · 5 years ago
  40. 4071269 Render element attributes in the order they were defined by Kevin Moore · 5 years ago
  41. 40d618d Fix output from tool/stats_lib by Kevin Moore · 5 years ago
  42. 015c319 Updated naughty string list, generator, test by Kevin Moore · 5 years ago
  43. 186568a Updated GitHub emojis: added 68 new ones by Kevin Moore · 5 years ago
  44. 6329387 Fix links (#241) by Kevin Moore · 5 years ago
  45. 0d175aa Fix codeSyntax and BlockParser to respect encodeHtml flag (#239) by Sergey Solodukhin · 5 years ago
  46. 2d69186 Remove deprecated lints, enable/fix all dartfmt --fix lints (#240) by Kevin Moore · 5 years ago
  47. 85490fe dev dep: latest build_web_compilers (#237) by Kevin Moore · 5 years ago
  48. 1d0225c Enable pkg:pedantic lints (#236) by Kevin Moore · 6 years ago
  49. 4000ba2 Update GFM to 0.28.3.gfm.17 (#235) by Kevin Moore · 6 years ago
  50. 95585a9 Use pkg:build_version to keep the pkg version in sync by Kevin Moore · 6 years ago
  51. a836916 support latest pkg:build_runner by Kevin Moore · 6 years ago
  52. 69fd5c9 Update GFM to 0.28.3.gfm.14 (#232) by Kevin Moore · 6 years ago
  53. 4f6738c chore: set max SDK version to <3.0.0, and adjust other dependencies (#229) by Patrice Chalin · 6 years ago 2.0.2
  54. de1cf92 Fix scripts in tool/ to work with Dart 2 (#225) by Sam Rawlins · 6 years ago
  55. 2e25fda Remove initial number stripping from header IDs; github doesn't do it (#227) by Sam Rawlins · 6 years ago
  56. e261264 Release stable master as 2.0.1 (#224) by Sam Rawlins · 6 years ago 2.0.1
  57. 1c69864 misc(test): fix dart2 issues by Kevin Moore · 6 years ago
  58. b13e8f6 misc(test): support latest version of pkg:test, fix deprecations by Kevin Moore · 6 years ago
  59. 5b54cd7 Add some more lint rules; following those in the Angular repo (#221) by Sam Rawlins · 6 years ago
  60. a141e68 Bump min SDK by Kevin Moore · 6 years ago
  61. 2aabd7a Add deps and config to update example with new build system by Kevin Moore · 6 years ago
  62. 91e6f2b Unify font CSS request by Kevin Moore · 6 years ago
  63. f294da5 Bump to 2.0.0 (#219) by Sam Rawlins · 6 years ago 2.0.0
  64. e7ea579 Add Document option to prevent HTML escaping. (#218) by Seth Westphal · 6 years ago
  65. ccde973 Add a test for the resolver returning null (#217) by Sam Rawlins · 6 years ago
  66. 10c1889 Add big-list-of-naughty-strings tests (#190) by Sam Rawlins · 6 years ago
  67. 1f7125e Nested brackets (#215) by Sam Rawlins · 6 years ago
  68. f98bdbf Make the fields in Document read-only by Kevin Moore · 6 years ago
  69. fd6e83e Remove the deprecated `ExtensionSet.gitHub` field. (#210) by Kevin Moore · 6 years ago
  70. 9760cd6 A couple of lint cleanups (#209) by Kevin Moore · 6 years ago
  71. 2e440cf Updates and fixes to the dartdoc-compare tool (#207) by Sam Rawlins · 6 years ago
  72. edd15a1 Overhaul links (#202) by Sam Rawlins · 6 years ago
  73. 1b408e5 Remove usage of pkg:browser by Kevin Moore · 6 years ago
  74. 5d40a8b Update .gitignore – add .dart_tool, remove outdated bits by Kevin Moore · 6 years ago
  75. c0c4361 GFM autolink extension (#203) by Louis Orleans · 6 years ago
  76. 827256d Improve GFM Table support (#205) by Sam Rawlins · 6 years ago
  77. 2a03e87 Rename the Link class to LinkReference (#204) by Sam Rawlins · 6 years ago
  78. f5eb456 only test dev and stable (#200) by Kevin Moore · 6 years ago
  79. b9c53d1 Add support for GFM's strikethrough syntax (#199) by Sam Rawlins · 6 years ago
  80. cb1c6fc Allow --extension-set to be passed to bin/markdown (#198) by Sam Rawlins · 6 years ago
  81. c1a29f8 Use the expanded reporter to get tests to pass by Kevin Moore · 6 years ago
  82. 25b260e Update gfm to 0.28.0.gfm.11 @ e3f3a27 (#196) by Kevin Moore · 6 years ago
  83. add9a57 Improve tab support, and horizontal rules (#194) by Sam Rawlins · 6 years ago
  84. fa0917d Travis: add `xvfb: false` (#195) by Sam Rawlins · 6 years ago
  85. 96250b9 Overhaul the parsing of emphasis and strong emphasis (#193) by Sam Rawlins · 6 years ago
  86. 0eb8ae2 Add support for emojis (#189) by Sam Rawlins · 6 years ago 1.1.1
  87. bad4568 Split gitHub into gitHubWeb and gitHubFlavored (#188) by Sam Rawlins · 6 years ago 1.1.0
  88. a59f2ca Make the ExtensionSet constructor public (#187) by Sam Rawlins · 6 years ago
  89. 813bbf3 README: Fix console sample formatting by Kevin Moore · 6 years ago
  90. b769d50 Merge pull request #184 from dart-lang/kwalrath-patch-1 by Kathy Walrath · 6 years ago
  91. 4d491a9 Fix README formatting by Kathy Walrath · 6 years ago
  92. 5fe9a49 Prepare for v1 (#183) by Kevin Moore · 7 years ago 1.0.0
  93. 0a9c402 Ensure children isn't null before accepting (#182) by Michael Thomsen · 7 years ago
  94. 44977d9 Validate common mark flavors in tests by Kevin Moore · 7 years ago
  95. 7324f1a Separate out reusable stats code by Kevin Moore · 7 years ago
  96. 28a66a5 Support latest args version by Kevin Moore · 7 years ago
  97. 83375d6 cleanup to bin/markdown.dart by Kevin Moore · 7 years ago
  98. c914ed5 Make ExtensionSet static fields final by Kevin Moore · 7 years ago
  99. e5b0520 lints! by Kevin Moore · 7 years ago
  100. 9f83dd4 Allow user to not set a path – if using the SDK by Kevin Moore · 7 years ago