This commit is contained in:
James Brumond 2023-08-19 14:17:12 -07:00
parent 764edb45c7
commit 2eb456b872
Signed by: james
GPG Key ID: E8F2FC44BAA3357A

View File

@ -308,7 +308,7 @@ This is another line of sample output
Some markdown elements allow for attributes to be appended in a curly-brace (`{ }`) wrapped block. Some markdown elements allow for attributes to be appended in a curly-brace (`{ }`) wrapped block.
The braces contain a space-delimeted list attributes to assign to the rendered attribute, identified as either: The braces contain a space-delimited list of attributes to assign to the rendered element, identified as either:
- An `id` attribute, prefixed by a `#` character, - An `id` attribute, prefixed by a `#` character,
- A `class` attribute value, prefixed by `.` character, - A `class` attribute value, prefixed by `.` character,