Skip to content

Commit

Permalink
Update README.md to reflect embedded md capabitilies in 'nasm' and 'r…
Browse files Browse the repository at this point in the history
…ust' code.
  • Loading branch information
mpark committed Jan 6, 2025
1 parent c9ba248 commit 7764538
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,10 @@ Refer to the full [Pandoc Markdown] spec for useful extensions!

### Embedded Markdown within Code

Within default, `cpp`, and `diff` code elements, any text surrounded by the `@`
symbol is formatted as Markdown! This is useful for conventions such as
_`see below`_, _`unspecified`_, and _exposition-only_ variable names.
Within default, `cpp`, `diff`, `nasm` and `rust` code elements, any text
surrounded by the `@` symbol is formatted as Markdown! This is useful for
conventions such as _`see below`_, _`unspecified`_, and _exposition-only_
variable names.

![](img/code-cpp.png)

Expand Down

0 comments on commit 7764538

Please sign in to comment.