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

Unified Diff: tools/md_browser/md_browser.py

Issue 2740863004: support gitiles smart quoting (Closed)
Patch Set: rebase 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_smart_quotes.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 b516e4ab7d715c104bf8cfeeb34e2db5483a8db8..6f57eda625b948aa057a071faac20d1b45f9291a 100755
--- a/tools/md_browser/md_browser.py
+++ b/tools/md_browser/md_browser.py
@@ -149,6 +149,7 @@ class Handler(SimpleHTTPServer.SimpleHTTPRequestHandler):
'markdown.extensions.toc',
'gitiles_autolink',
'gitiles_ext_blocks',
+ 'gitiles_smart_quotes',
]
extension_configs = {
'markdown.extensions.toc': {
« no previous file with comments | « tools/md_browser/gitiles_smart_quotes.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698