##// END OF EJS Templates
Merge pull request #13627 from Carreau/fix-doc-syntax...
Matthias Bussonnier -
r27624:e6432249 merge
parent child Browse files
Show More
@@ -50,7 +50,7 b' Backward latex completion'
50 50
51 51 It is sometime challenging to know how to type a character, if you are using
52 52 IPython, or any compatible frontend you can prepend backslash to the character
53 and press `<tab>` to expand it to its latex form.
53 and press ``<tab>`` to expand it to its latex form.
54 54
55 55 .. code::
56 56
@@ -518,12 +518,12 b' class Inspector(Colorable):'
518 518 """Return a mime bundle representation of the input text.
519 519
520 520 - if `formatter` is None, the returned mime bundle has
521 a `text/plain` field, with the input text.
522 a `text/html` field with a `<pre>` tag containing the input text.
521 a ``text/plain`` field, with the input text.
522 a ``text/html`` field with a ``<pre>`` tag containing the input text.
523 523
524 - if `formatter` is not None, it must be a callable transforming the
525 input text into a mime bundle. Default values for `text/plain` and
526 `text/html` representations are the ones described above.
524 - if ``formatter`` is not None, it must be a callable transforming the
525 input text into a mime bundle. Default values for ``text/plain`` and
526 ``text/html`` representations are the ones described above.
527 527
528 528 Note:
529 529
General Comments 0
You need to be logged in to leave comments. Login now