X-Git-Url: https://git.madduck.net/etc/mutt.git/blobdiff_plain/0e22b3603ff0a4f8c672ff9585b32ccb2ee4c424..500c8a72b950c790a40e525bb338fb98013f94f7:/.mutt/markdown2html diff --git a/.mutt/markdown2html b/.mutt/markdown2html index 7853ae5..d285814 100755 --- a/.mutt/markdown2html +++ b/.mutt/markdown2html @@ -48,18 +48,16 @@ except ImportError: DEFAULT_CSS += ''' -.quote { +.quote, blockquote { padding: 0 0.5em; margin: 0; font-style: italic; - border-left: 2px solid #ccc; - color: #999; + border-left: 2px solid #666; + color: #666; font-size: 80%; } .quotelead { - font-style: italic; margin-bottom: -1em; - color: #999; font-size: 80%; } .quotechar { display: none; } @@ -227,6 +225,7 @@ def _convert_with_pandoc(mdwn, inputfmt='markdown', outputfmt='html5', 'inline_notes', 'emoji', 'tex_math_double_backslash', + 'autolink_bare_uris' ] if not ext_disabled: ext_disabled = [ 'tex_math_single_backslash',