2021-11-26 04:26:15 +00:00
|
|
|
# Token Map Spans
|
|
|
|
|
|
|
|
Text *emphasis* text __strong__ text `code` text [link](https://example.com).
|
|
|
|
|
|
|
|
Paragraph with *emphasis
|
|
|
|
spanning lines* and __strong
|
|
|
|
spanning lines__ and `code
|
|
|
|
spanning lines` and [link
|
|
|
|
spanning lines](https://example.com).
|
|
|
|
|
|
|
|
> Blockquote
|
|
|
|
> [link](https://example.com)
|
|
|
|
> > Nested
|
|
|
|
> > blockquote
|
|
|
|
> > [link](https://example.com)
|
|
|
|
|
|
|
|
Heading
|
|
|
|
-------
|
|
|
|
|
|
|
|
```lang
|
|
|
|
Fenced
|
|
|
|
code
|
|
|
|
```
|
|
|
|
|
|
|
|
Indented
|
|
|
|
code
|
|
|
|
|
|
|
|
1. List
|
|
|
|
2. List
|
|
|
|
- Sub-list
|
|
|
|
- Sub-list
|
|
|
|
3. List
|
|
|
|
|
|
|
|
| Table | Column 1 | Column 2 | Column 3 | Column 4 |
|
|
|
|
|-------|------------|------------|----------|----------------------------|
|
|
|
|
| Text | *emphasis* | __strong__ | `code` | [link](https://example.com) |
|
|
|
|
| Text | *emphasis* | __strong__ | `code` | [link](https://example.com) |
|
|
|
|
|
|
|
|
<!-- markdownlint-configure-file {
|
|
|
|
"code-block-style": false,
|
2025-02-13 22:07:27 -08:00
|
|
|
"descriptive-link-text": false,
|
|
|
|
"heading-style": false
|
2021-11-26 04:26:15 +00:00
|
|
|
} -->
|