fix <code> margin in "pre > code" code block #165
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "literal"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
first line of code block not align with others
caused by
code { margin: 0 2px; }fix with
pre > code, if no other affectThanks!