-
+

Document Title

Lorem Ipsum Dolor.

-
+

Section 1

diff --git a/tests/Integration/tests/confval/confval-basic/expected/index.html b/tests/Integration/tests/confval/confval-basic/expected/index.html index a8faab2a8..06db2e69f 100644 --- a/tests/Integration/tests/confval/confval-basic/expected/index.html +++ b/tests/Integration/tests/confval/confval-basic/expected/index.html @@ -43,5 +43,44 @@

demo

See also demo or demo.

+
+

demo

+
+
+
+ demo + +
+
+
+
+
+
Type
+
string +
+
Default
+
"Hello World" +
+
+
+ +

Some Text

+ +
+
+
+
diff --git a/tests/Integration/tests/confval/confval-basic/input/index.rst b/tests/Integration/tests/confval/confval-basic/input/index.rst index a88389333..d83aa7718 100644 --- a/tests/Integration/tests/confval/confval-basic/input/index.rst +++ b/tests/Integration/tests/confval/confval-basic/input/index.rst @@ -10,3 +10,12 @@ Confval Some Text See also :confval:`demo` or :ref:`demo `. + + +.. confval:: demo + :name: Some_Other_Demo + :type: string + :default: ``"Hello World"`` + :required: False + + Some Text