Closed
Description
Adding the following into conf.py
rst_prolog = """
.. |xyzzy| replace:: Nothing happens.
"""
allows to replace |xyzzy|
by Nothing happens.
in all ReST source files but not in Markdown files.
This would be a very useful feature, for instance for inline images, or simply to have a system for macros.