Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(244)

Side by Side Diff: CHANGELOG.md

Issue 1325903002: Make markdown error-free in strong mode. (Closed) Base URL: https://github.com/dart-lang/markdown.git@master
Patch Set: Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | lib/src/inline_parser.dart » ('j') | lib/src/inline_parser.dart » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 ## 0.7.3 1 ## 0.8.0
2 2
3 * Switch tests to use [test][] instead of [unittest][]. 3 * Switch tests to use [test][] instead of [unittest][].
4 * Remove (probably unused) `resolved` field from `LinkSyntax`.
4 5
5 [test]: https://pub.dartlang.org/packages/test 6 [test]: https://pub.dartlang.org/packages/test
6 [unittest]: https://pub.dartlang.org/packages/unittest 7 [unittest]: https://pub.dartlang.org/packages/unittest
7 8
8 ## 0.7.2 9 ## 0.7.2
9 10
10 * Allow resolving links that contain inline syntax (#42). 11 * Allow resolving links that contain inline syntax (#42).
11 12
12 ## 0.7.1+3 13 ## 0.7.1+3
13 14
14 * Updated homepage. 15 * Updated homepage.
15 16
16 ## 0.7.1+2 17 ## 0.7.1+2
17 18
18 * Formatted code. 19 * Formatted code.
19 20
20 * Updated readme. 21 * Updated readme.
OLDNEW
« no previous file with comments | « no previous file | lib/src/inline_parser.dart » ('j') | lib/src/inline_parser.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698