Skip to content

Commit 5cad199

Browse files
committed
Add example with urls, see #48
1 parent 67b4f10 commit 5cad199

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
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>"

tests/fixtures/basic_setup/docs/page_read_yaml.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,10 @@ The latest numbers using `read_yaml()`:
1010

1111
Note 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') }}

0 commit comments

Comments
 (0)