Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1305)

Unified Diff: tools/md_browser/md_browser.py

Issue 1414863003: md_browser: Implement Gitiles blocks notation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address comments. Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/md_browser/gitiles_ext_blocks.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/md_browser/md_browser.py
diff --git a/tools/md_browser/md_browser.py b/tools/md_browser/md_browser.py
index 9baa84bf8017099d92af77732d65279888b41441..c203f0d90c6c14637bdfd06fe67d47a91dfe972a 100644
--- a/tools/md_browser/md_browser.py
+++ b/tools/md_browser/md_browser.py
@@ -74,6 +74,7 @@ class Handler(SimpleHTTPServer.SimpleHTTPRequestHandler):
'markdown.extensions.fenced_code',
'markdown.extensions.tables',
'markdown.extensions.toc',
+ 'gitiles_ext_blocks',
]
contents = self._Read(path[1:])
« no previous file with comments | « tools/md_browser/gitiles_ext_blocks.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698