:auto_linker shouldn't strip prefix in code blocks #14
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
:auto_linker strips prefix in code blocks. I feel it should also not hyperlink URLs in code blocks but that's likely debatable so maybe make that behavior configurable.
is this for
<pre>or<code>blocksI would tend to say both.
prestands for preformatted so we can expect that the content is already formatted, but it tends to be used for stuff like ancient-ASCII stuff like RFCs where auto-linking could be usedcodeIn both cases the plain-text representation shouldn't be changed.