DESCRIPTION

This is an mdview extension.

An auto-code is a word that is rendered as code even though it isn't surrounded by grave accents. The word does not include white space, and starts and ends on a word boundary, that is, a printable character that is not a space or a letter or a digit.

SUPPORTED AUTO-CODES

absolute path β€” any word that starts with / and is at least four-bytes long.

Thus:

special file names

file names ending with extensions β€œ.patch” or β€œ.diff”:

URI

Note that angle brackets are used to surround auto-links not auto-codes. For example, <https://www.example.com> turns into https://www.example.com.

issue id (bugzilla, gh) β€” β€œ#” followed by an ASCII word

function name β€” ASCII identifier that ends with β€œ()”

uppercase identifier β€” uppercase ASCII identifier that includes at least one underscore

email address β€” ASCII word, must not start with β€œ@” or β€œ.”, must include one β€œ@” and at least one interior β€œ.”

FORMATTING

Exterior formatting - italics, bold, strike-through - is applied to auto-codes.

BACKTICK TESTS

The text below includes backticks to explicitly format code chunks. Therefore no auto-code should be applied.

Exterior formatting is applied to explicit code chunks:

Mixing code chunks, auto-codes and formatting works:

MISCELLANEOUS TESTS