Skip to content

Commit b44159d

Browse files
committed
Fix markup for transformations to replace ambiguous double quotes and improve unnecessary automatic smart quotes.
Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
1 parent 4b159c4 commit b44159d

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/transformations.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,11 +81,11 @@ They are called ':term:`Media type`', 'Browser transformation' and
8181
to specify a MIME character set you can define it in the
8282
transformation\_options. You have to put that outside of the pre-
8383
defined options of the specific mime-transform, as the last value of
84-
the set. Use the format "'; charset=XXX'". If you use a transform, for
84+
the set. Use the format ``'; charset=XXX'``. If you use a transform, for
8585
which you can specify 2 options and you want to append a character
86-
set, enter "'first parameter','second parameter','charset=us-ascii'".
87-
You can, however use the defaults for the parameters: "'','','charset
88-
=us-ascii'". The default options can be configured using
86+
set, enter ``'first parameter','second parameter','charset=us-ascii'``.
87+
You can, however use the defaults for the parameters: ``'','','charset
88+
=us-ascii'``. The default options can be configured using
8989
:config:option:`$cfg['DefaultTransformations']`.
9090
* 'Input transformation' is another drop-down menu that corresponds exactly
9191
with the instructions above for "Browser display transformation" except

0 commit comments

Comments
 (0)