We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea173e2 commit bc4ea86Copy full SHA for bc4ea86
1 file changed
README.rst
@@ -13,6 +13,10 @@ This module provides a wrapper around various text markup languages.
13
Available by default are Markdown_, reStructuredText_, Textile_ and AsciiDoc_,
14
but you can easily add your own markups.
15
16
+To install Markups, specify the list of markups you want to include, e.g.::
17
+
18
+ pip install Markups[markdown,restructuredtext]
19
20
Usage example:
21
22
.. code:: python
0 commit comments