We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Spec proposal: http://talk.commonmark.org/t/consistent-attribute-syntax/272
This details recommendation of attribution usage in {}.
> quoted text {quote=mb21 post=1 topic=272}
Spoiler text As a block {.spoiler} This is an [ inline spoiler yo ]{.spoiler}
```````````````` print(1+2) ```````````````` {.python author=joe package=mathPy } ` print("hellowworld") `{.python}