xref: /aosp_15_r20/external/AFLplusplus/dictionaries/markdown.dict (revision 08b48e0b10e97b33e7b60c5b6e2243bd915777f2)
1strike="~~"
2list="2."
3link="[a]("
4link_without_ref="[a]["
5image="![b]("
6bold="**"
7separator="---"
8title="# "
9fence="```"
10link_bottom="[a]:"
11link_inline="<http://"
12link_bottom_title="[1]: http://a.com"
13checklist="- [x"
14toc="[TOC]"
15highlight_rst=":::python"
16
17
18# GFM - https://github.github.com/gfm/
19"| ---"
20leaf1="***"
21leaf2="___"
22code_hl="```html"
23task="- [ ]"
24
25
26# Extended syntax: https://www.markdownguide.org/extended-syntax/
27footnote="[^a]"
28title_id="#a {#b}"
29