blob: 7999401718a2cd2f6a9507f6e01a3d480025a789 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
.. -*- rst-mode -*-
===============================================
Proposal for a code-block directive in docutils
===============================================
:Author: Günter Milde
:Contact: milde@users.berlios.de
:Date: $Date$
This sandbox project contained experimental code and documentation related to
the proposal for syntax highlight of source code in Docutils.
Since version 0.9, Docutils supports this via the `code` directive and role
and the `code` option of the `include` directive. Most of this project is
moved to the attic.
The documentation in `<docs/syntax-highlight.html>`_ is kept as it
contains ideas for further improvement.
Sample stylesheets are now available in the `<../stylesheets>`_ repository.
.. References
.. _pygments: http://pygments.org/
|