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 ce0dc3f commit 6c3b58bCopy full SHA for 6c3b58b
CHANGELOG.rst
@@ -6,6 +6,9 @@ Changelog
6
Next
7
----
8
9
+- Ensure non-lower-case replacements can also be substituted.
10
+ Thanks go to @Julian for this change.
11
+
12
2020.05.30.0
13
------------
14
sample/source/conf.py
@@ -9,4 +9,5 @@
rst_prolog = """
.. |author| replace:: Eleanor
+.. |FOO| replace:: fooreplace
"""
sample/source/index.rst
@@ -30,7 +30,7 @@ Configuration
30
.. prompt:: bash
31
:substitutions:
32
33
- echo "The author is |author|"
+ echo "The author is |FOO|"
34
35
``code-block``
36
--------------
0 commit comments