Ghost
Ghost
The users can select their comments provider by configuring: ```yml minima: comments_provider: # Configure the comments provider here (default: disqus) ``` For example, if the comments provider is `discourse`, the...
On some browsers, the code in `pre` may be wrapped so that making the format looks ugly. So I add these attributes to force it can't be wrapped.
Eliminating the border of the inline code can make it more fused with the normal text without being obtrusive. Before: After:
I think the font size of blockquotes shouldn't be larger than the one of `h6`. Since the relative font size of `h6` is 1.0625, 1.05 may be a good choice...
Before: After: