We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f4db51 commit 408cbc7Copy full SHA for 408cbc7
quartodoc/tests/example_interlinks/spec.yml
@@ -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
11
# roles -----------------------------------------------------------------------
12
# can look up module
13
- input: "[](`quartodoc.layout`)"
0 commit comments