Rest source:
Some text, *italic text*, **bold text**
Result: Some text, italic text, bold text
Rest source:
* bulleted list. There needs to be a space right after the "*"
* item 2
Result:
Rest source:
.. note::
This is a note.
Result:
Note
This is a note.
Rest source:
.. code-block:: guess
<html>
<body>
<p>Dit is een paragraaf.</p>
Result:
<html>
<body>
<p>Dit is een paragraaf.</p>
Rest source:
Here's some Python code:
>>> for i in range(10):
... print i
Result:
Here’s some Python code:
>>> for i in range(10):
... print i
Published: | Fri Jun 25 2010 |
---|