You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For substitution-heavy documents, a config option like "enable_substitutions_in_code" would be very helpful. Authors can always configure substitution delimeters so that they don't clash with normal code.
Describe alternatives you've considered
Use block/inline attrs to enable substitutions (could work for arbitrary roles then, not just code or code blocks)
The text was updated successfully, but these errors were encountered:
Describe the feature you'd like to request
Right now, using substitutions in inline code / code blocks is rather cumbersome.
For inline code, you have to write smth like:
For code blocks, there's no good solution other than https://github.com/adamtheturtle/sphinx-substitution-extensions.
Describe the solution you'd like
For substitution-heavy documents, a config option like "enable_substitutions_in_code" would be very helpful. Authors can always configure substitution delimeters so that they don't clash with normal code.
Describe alternatives you've considered
The text was updated successfully, but these errors were encountered: