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

Side by Side Diff: CHANGELOG.md

Issue 1340143003: Ignore underscores in the middle of words. (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.8.0 1 ## 0.8.0
2 2
3 * **Breaking:** Remove (probably unused) fields: `LinkSyntax.resolved`, 3 * **Breaking:** Remove (probably unused) fields: `LinkSyntax.resolved`,
4 `InlineParser.currentSource`. 4 `InlineParser.currentSource`.
5 * Switch tests to use [test][] instead of [unittest][]. 5 * Switch tests to use [test][] instead of [unittest][].
6 * Fix a few bugs in inline code syntax. 6 * Fix a few bugs in inline code syntax.
7 * Ignore underscores inside words (#41).
nweiz 2015/09/14 21:52:13 If you're going to reference the issue, it would b
Bob Nystrom 2015/09/15 00:19:16 I've never bothered doing that since I figure peop
7 8
8 [test]: https://pub.dartlang.org/packages/test 9 [test]: https://pub.dartlang.org/packages/test
9 [unittest]: https://pub.dartlang.org/packages/unittest 10 [unittest]: https://pub.dartlang.org/packages/unittest
10 11
11 ## 0.7.2 12 ## 0.7.2
12 13
13 * Allow resolving links that contain inline syntax (#42). 14 * Allow resolving links that contain inline syntax (#42).
14 15
15 ## 0.7.1+3 16 ## 0.7.1+3
16 17
17 * Updated homepage. 18 * Updated homepage.
18 19
19 ## 0.7.1+2 20 ## 0.7.1+2
20 21
21 * Formatted code. 22 * Formatted code.
22 23
23 * Updated readme. 24 * 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