Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: rchaput/acronyms

Tags

v2.2.0

Toggle v2.2.0's commit message

Verified

This commit was signed with the committer’s verified signature.
Bump version to 2.2.0

v2.0.1

Toggle v2.0.1's commit message

Verified

This commit was signed with the committer’s verified signature.
Bump version to 2.0.1 (fix non-alphanum)

v2.0.0

Toggle v2.0.0's commit message
v2.0.0 Shortcodes

v1.2.0

Toggle v1.2.0's commit message
Added examples of customized LoA header in docs

This new page shows both how to use the new "loa_header_classes" option,
for example to create an unnumbered section (as per Issue #6), and also
how to leverage previous existing options to disable the header and
re-create it manually, in order to fully customize it.

v1.1.0

Toggle v1.1.0's commit message
Documented the "alphabetical-case-insensitive" sorting

v1.0.0

Toggle v1.0.0's commit message

Verified

This commit was signed with the committer’s verified signature.
Better formatting for the Md report

For some reason, GitHub does not like putting Markdown in a fenced code
block. The Markdown is not considered as "text" (to be written as-is),
but interpreted as Markdown.
However, using indented code blocks instead works: Markdown is not
interpreted. The only drawback is that there is no clear visual
indication of a code block (when compared to a fenced block),
and we cannot specify the language, so there is no syntax
highlighting.

Also, removed the heading slug in the test details (for example,
the `{#1-simple}` in `# 01-simple {#1-simple}`).
This is not parsed correctly by GitHub (appears on the header line),
so we remove it. The ability to link directly to a test might be
impaired...