Fish Trophy

david got a fish trophy!

Tweak markdown escaping to be less eager.

Review Request #5005 — Created Nov. 18, 2013 and submitted

Information

Review Board
master

Reviewers

Tweak markdown escaping to be less eager.

The markdown escaping was still pretty overzealous, escaping -, +, and #
characters even when they didn't affect the markdown output. This made the
source text annoying to read.

I've made the regexes more complex to handle these cases.

  • Verified my assumptions about how these characters are treated in the source
    text.
  • Ran python and javascript unit tests.
chipx86
  1. Thank you.

    I have a change I need to finish that will let us nuke the JavaScript side of escaping, which should be nice for any future, more complex regex work.

  2. 
      
david
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to master (11e61f3)
Loading...