Skip to content

Instantly share code, notes, and snippets.

@ace-dent
Last active January 21, 2023 14:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ace-dent/28875db52c947664a52395aa15f47d1e to your computer and use it in GitHub Desktop.
Save ace-dent/28875db52c947664a52395aa15f47d1e to your computer and use it in GitHub Desktop.
Testing GitHub Flavour Markdown (GFM) - Parsing of #headers to create anchors / auto-links

hyphenminus - test0

-

2hyphenminus -- test1

--

3hyphenminus --- test2

---

endash – test3

2endash –– test4

––

emdash — test5

2emdash —— test6

——

leftangledbrackets << test7

<<

leftguillemet « test8

«

rightangledbrackets >> test9

>>

rightguillemet » test10

»

singlequote 'test11'

''

singlefancyquote ‘test12’

‘’

doublequote "test13"

""

doublefancyquote “test14”

“”

brackets (test15)

()

squarebrackets [test16]

[]

curlybrackets {test17}

{}

plus + test18

+

plusplus ++ test19

++

period . test20

.

2period .. test21

..

3period ... test22

...

ellipsis … test23

underscore _ test24

_

tilda ~ test25

~

colon : test26

:

forwardslash / test27

/

questionmark ? test28

?

hashsymbol # test29

#

atsymbol @ test30

@

exclamationmark ! test31

!

dollar $ test32

$

poundsterling £ test33

£

ampersand & test34

&

multiply * test35

*

comma , test36

,

semicolon ; test37

;

equals = test38

=

emoji 😀 test39

😀

emojitext 😀 test39

:grinning:

emoji2 🙁 test40

🙁

emoji2text 🙁 test40

:slightly_frowning_face:

emojicomplex 🧍‍♂️ test41

:standing_man: Many more emoji...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment