[Dlang-internal] Potential changes to DDoc
Jacob Carlborg
doob at me.com
Sun Jan 21 17:55:20 UTC 2018
On 2018-01-20 19:33, David Gileadi wrote:
> First of all, the CSS styles in the default DDoc theme remove all
> styling from headers, blockquotes, list items, pre and code sections,
> etc. [2] The effect of this is that Markdown features like headers,
> quotes, etc. don't display correctly under the default theme. I'd like
> to modify the default DDoc theme to avoid de-styling these elements.
I'm the author of the current Ddoc default theme. As far as I know it's
common practice to reset the style for standard tags because the
browsers might render it differently otherwise. If any tags are not
render the way you like, just add the appropriate styling. But please,
do not remove the resetting of the style for the standard tags.
--
/Jacob Carlborg
More information about the Dlang-internal
mailing list