This repository has been archived on 2024-06-20. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
coffee.pygments/tests/examplefiles/md/example.md
Oleh Prypin 6f43092173
Also add auto-updatable output-based tests to examplefiles (#1689)
Co-authored-by: Georg Brandl <georg@python.org>
2021-01-20 10:48:45 +01:00

1.2 KiB

this is a header

this is a 2nd level header

  • list item 1
    • list item 1.1
  • list item 2
  • list item 3
  1. numbered list item 1
  2. numbered list item 2
  • todo
  • done
  • done

The following is italic: italic The following is italic: italic

The following is not italic: *italic* The following is not italic: _italic_

The following is not italic: snakecaseword The following is not italic: snake_case_word

The following is bold: bold two or more words The following is bold: bold two or more words

The following is not bold: snakecaseword The following is not bold: snake__case__word

The following is strikethrough: bold The following is not strikethrough: snakecaseword

The following is bold with italics inside: the next word should have been italics

this is a quote

this is a multiline quote string thing

this sentence has monospace in it

this sentence @tweets a person about a #topic.

google Image of Yaktocat

[reference link][id] [id]: http://example.com/

  * this is just unformated
      __text__

some other text

from pygments import token
# comment

some more text