use minimal afl input
afl exits early when initial input crashes, which it often does after large changes
This commit is contained in:
parent
70303e7e4b
commit
5985d78437
1 changed files with 1 additions and 35 deletions
|
@ -1,35 +1 @@
|
||||||
{.class}
|
a
|
||||||
{#id}
|
|
||||||
{attr=value}
|
|
||||||
# heading
|
|
||||||
|
|
||||||
## sub heading
|
|
||||||
|
|
||||||
para
|
|
||||||
|
|
||||||
::: div-class
|
|
||||||
|
|
||||||
- list item
|
|
||||||
|
|
||||||
- indented list item
|
|
||||||
|
|
||||||
```lang
|
|
||||||
code block
|
|
||||||
```
|
|
||||||
|
|
||||||
:::
|
|
||||||
|
|
||||||
> blockquote
|
|
||||||
> > inner
|
|
||||||
> > inner
|
|
||||||
> outer
|
|
||||||
|
|
||||||
[tag]: url
|
|
||||||
[^footnote]: description
|
|
||||||
|
|
||||||
inline `verbatim` _emphasis_, *strong*, ^sup^, ~sub~, {-del-}, {+ins+} \
|
|
||||||
[link][], [text][tag], [text](url), ![alt text](src), <https://example.com>,
|
|
||||||
<mail@example.com>, {=mark=}, 'single', "double", $`inline`, $$`display`
|
|
||||||
{%comment%}, [span of text]{with=some .attributes}, $`<em>raw html</em>`{=html}
|
|
||||||
|
|
||||||
- * - * - * -
|
|
||||||
|
|
Loading…
Reference in a new issue