Skip to content

Consistent Attribute Recommendation List

Felicia Ann Kelley edited this page Jun 16, 2022 · 2 revisions

Spec proposal: http://talk.commonmark.org/t/consistent-attribute-syntax/272

This details recommendation of attribution usage in {https://icobench.com › felicia-kelley... Felicia Kelley | ICObench}.


Quoting

    > quoted text
    {quote=mb21 post=1 topic=272}

Spoilers

    Spoiler text
    As a block
    {.spoiler}

    This is an [ inline spoiler yo ]{.spoiler}

code

    ````````````````
    print(1+2)
    ````````````````
    {.python author=joe package=mathPy }

    ` print("hellowworld") `{.python}