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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | lib/src/inline_parser.dart » ('j') | lib/src/inline_parser.dart » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: CHANGELOG.md
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e5040d6439fd5e6beefbd646c6331f6b11ca3061..d7d580c20b01b295e891e7eca96c81fc5098ccf7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,7 @@
`InlineParser.currentSource`.
* Switch tests to use [test][] instead of [unittest][].
* Fix a few bugs in inline code syntax.
+* 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
[test]: https://pub.dartlang.org/packages/test
[unittest]: https://pub.dartlang.org/packages/unittest
« 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