HaxeFoundation / haxe-markdown

A Markdown parser in Haxe.
MIT License
63 stars 24 forks source link

Trailing space on closing Github code blocks fails to #6

Closed jasononeil closed 10 years ago

jasononeil commented 10 years ago
```haxe
var x = 12;
trace('The sum of $x and 3 is ${x + 3}'); // The sum of 12 and 3 is 15

String interpolation is ....



This example was from the Haxe manual.  

I'm happy to take a look at this at some point not this week if you remind me :)
jasononeil commented 10 years ago

Please note - the trailing space on line 4 of the example. Works fine if we remove the space.