Turn off guessing of languages in Markdown code blocks.

Review Request #6422 — Created Oct. 8, 2014 and submitted

Information

Review Board
release-2.0.x
5d3457d...

Reviewers

We previously used Python-Markdown's default behavior of guessing
the language based on the contents of the code. This was often wrong, or
didn't result in anything meaningful. Fortunately, that almost never
came up in usage (since we were using marked.js and
google-code-highlight for the rendering), but when we move to
server-side-only rendering of Markdown content, it'll become more
important.

Now, syntax highlighting is only enabled if using fenced code blocks
with a language specified.

The manual has been updated for these changes.

Tested locally with a bunch of review requests. All old code blocks
without fences and a language identifier appeared as plain text, whereas
those with a language identifier highlighted properly.

Built the docs and read through them.

Description From Last Updated

Perhaps clarify "first set of backticks"?

daviddavid
david
  1. 
      
  2. docs/manual/users/markdown.rst (Diff revision 1)
     
     
    Show all issues

    Perhaps clarify "first set of backticks"?

  3. 
      
chipx86
david
  1. Ship It!

  2. 
      
chipx86
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to release-2.0.x (0cd2b0f)
Loading...