 Chromium Code Reviews
 Chromium Code Reviews Issue 1340143003:
  Ignore underscores in the middle of words.  (Closed) 
  Base URL: https://github.com/dart-lang/markdown.git@master
    
  
    Issue 1340143003:
  Ignore underscores in the middle of words.  (Closed) 
  Base URL: https://github.com/dart-lang/markdown.git@master| 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 |