Skip to content

Isolate reference links between messages

Eric Eastwood requested to merge feature/fix-random-reference-links into master

Fixes https://github.com/gitterHQ/gitter/issues/1041

Isolate reference links between messages.

Now when these two messages are sent. The second doesn't pick up the reference from the first.

[Community for developers to chat][1]

[1]: http://gitter.im
arr[1]

I wish marked had a more programmatic defined way to reset reference links. With their InlineLexer you can pass them directly but it isn't the case with the normal Lexer

Merge request reports