New issue
Advanced search Search tips

Issue 758620 link

Starred by 1 user

Issue metadata

Status: Untriaged
Owner: ----
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

md_browser and Gitiles render a .md file differently

Project Member Reported by sebmarchand@chromium.org, Aug 24 2017

Issue description

If I open https://chromium.googlesource.com/chromium/src/+/master/docs/sublime_ide.md#code-linting-with-cpplint-chromium-only I see the text rendered as in the "error_md.png" attached file , but if I preview it locally (by running tools/md/md_browser.py) I see it rendering correctly (see "correct_md.png").

The md "code" that generates this error is:

----------------------------------------------------------------------
Now when you save a C++ file, red dots should appear next to lines that
invalidate the style. You can change this behavior with Choose Lint Mode (`Ctrl
+ Shift + P > "lint mode"`).
----------------------------------------------------------------------
 
error_md.PNG
8.3 KB View Download
correct_md.PNG
7.5 KB View Download

Sign in to add a comment