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

Unified Diff: tools/md_browser/md_browser.py

Issue 2743553002: support gitiles auto-linking (Closed)
Patch Set: Created 3 years, 9 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_autolink.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 d423c66c1ca5c28b82d00de7517b52d202093420..b516e4ab7d715c104bf8cfeeb34e2db5483a8db8 100755
--- a/tools/md_browser/md_browser.py
+++ b/tools/md_browser/md_browser.py
@@ -147,6 +147,7 @@ class Handler(SimpleHTTPServer.SimpleHTTPRequestHandler):
'markdown.extensions.fenced_code',
'markdown.extensions.tables',
'markdown.extensions.toc',
+ 'gitiles_autolink',
'gitiles_ext_blocks',
]
extension_configs = {
« no previous file with comments | « tools/md_browser/gitiles_autolink.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698