Skip to content

Commit 408cbc7

Browse files
committed
docs: add notes to interlinks spec
1 parent 7f4db51 commit 408cbc7

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

quartodoc/tests/example_interlinks/spec.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# Specification for testing an interlinks filter.
2+
# Each entry in this spec is a test case, and may contain the following fields:
3+
# * input: the raw interlink text in the qmd
4+
# * output_link: expect a Link with this target
5+
# * output_text: expect a Link with this content
6+
# * output_element: expect a custom element..
7+
# - kind: the element kind (Link, Code, Unchanged)
8+
# - <element fields ...>
9+
# * error: expect an error with this name
10+
# * warning: expect a warning with this name
111
# roles -----------------------------------------------------------------------
212
# can look up module
313
- input: "[](`quartodoc.layout`)"

0 commit comments

Comments
 (0)