summaryrefslogtreecommitdiffstats
path: root/docs/faq/snippets
diff options
context:
space:
mode:
Diffstat (limited to 'docs/faq/snippets')
-rw-r--r--docs/faq/snippets/include-md.md1
-rw-r--r--docs/faq/snippets/include-rst.rst1
2 files changed, 2 insertions, 0 deletions
diff --git a/docs/faq/snippets/include-md.md b/docs/faq/snippets/include-md.md
new file mode 100644
index 0000000..296421a
--- /dev/null
+++ b/docs/faq/snippets/include-md.md
@@ -0,0 +1 @@
+Hallo I'm from a Markdown file, [with a reference](howto/autodoc).
diff --git a/docs/faq/snippets/include-rst.rst b/docs/faq/snippets/include-rst.rst
new file mode 100644
index 0000000..04ec485
--- /dev/null
+++ b/docs/faq/snippets/include-rst.rst
@@ -0,0 +1 @@
+Hallo I'm from an rST file, :ref:`with a reference <howto/autodoc>`.