File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed
tests/fixtures/basic_setup Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 1+ - name : google
2+ link : https://www.google.com
3+ - name : bing
4+ link : https://www.bing.com
5+ - name : another
6+ link : " [bing](https://www.bing.com)"
7+ - name : and
8+ link : " <https://www.bing.com>"
Original file line number Diff line number Diff line change @@ -10,4 +10,10 @@ The latest numbers using `read_yaml()`:
1010
1111Note that mkdocs does not support multi-line cells in markdown tables, see https://github.com/timvink/mkdocs-table-reader-plugin/issues/47 .
1212
13- {{ read_yaml('assets/tables/multiline_yaml.yml') }}
13+ {{ read_yaml('assets/tables/multiline_yaml.yml') }}
14+
15+ ## with URLs
16+
17+ See https://github.com/timvink/mkdocs-table-reader-plugin/issues/48
18+
19+ {{ read_yaml('assets/tables/with_links.yml') }}
You can’t perform that action at this time.
0 commit comments