Show More
@@ -50,7 +50,7 b' Backward latex completion' | |||||
50 |
|
50 | |||
51 | It is sometime challenging to know how to type a character, if you are using |
|
51 | It is sometime challenging to know how to type a character, if you are using | |
52 | IPython, or any compatible frontend you can prepend backslash to the character |
|
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 | .. code:: |
|
55 | .. code:: | |
56 |
|
56 |
@@ -518,12 +518,12 b' class Inspector(Colorable):' | |||||
518 | """Return a mime bundle representation of the input text. |
|
518 | """Return a mime bundle representation of the input text. | |
519 |
|
519 | |||
520 | - if `formatter` is None, the returned mime bundle has |
|
520 | - if `formatter` is None, the returned mime bundle has | |
521 | a `text/plain` field, with 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. |
|
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 |
|
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 |
|
525 | input text into a mime bundle. Default values for ``text/plain`` and | |
526 | `text/html` representations are the ones described above. |
|
526 | ``text/html`` representations are the ones described above. | |
527 |
|
527 | |||
528 | Note: |
|
528 | Note: | |
529 |
|
529 |
General Comments 0
You need to be logged in to leave comments.
Login now