summaryrefslogtreecommitdiff
path: root/sandbox/code-block-directive
Commit message (Collapse)AuthorAgeFilesLines
* Small sandbox update.milde2020-10-271-174/+0
| | | | git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@8568 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Fix link to 2-Clause BSD license.milde2020-09-041-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@8554 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* GM sandbox project updatemilde2012-12-173-38/+157
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@7573 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Clean up code-block-directive sandbox project.milde2012-05-0925-2259/+133
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@7430 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Update skript to convert Pygments styles from CSS to LaTeX.milde2012-05-091-20/+29
| | | | | | | | | Bugfix: do not fail at lines without comment. Support for digits in role names. ``\\\\providecommand`` instead of ``\\\\newcommand``. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@7428 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Stylesheet converter and example stylesheet for syntax highlight with LaTeX.milde2012-05-062-0/+175
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@7427 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Prepare code directive for inclusion in the core.milde2011-08-2612-236/+293
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@7105 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Update syntax highlight proposalmilde2011-08-252-37/+52
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@7103 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Prepare CodeBlock directive for inclusion in the Docutils core.milde2010-11-309-272/+211
| | | | | | | | | Rename directive and class from "code-block" to "code". Fix fallback if pygments not found. Use class-based interface. Add "number-lines" option. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@6488 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Minor sandbox updatesmilde2009-05-064-29/+125
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5936 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* markup fixesgoodger2009-02-241-2/+2
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5876 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* sandbox/code-block-directive: Add LaTeX front end, update milde2009-02-2422-1194/+462
| | | | | | documentation and examples git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5873 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* sandbox/code-block-directive: update docs and example: milde2009-02-203-166/+179
| | | | | | the "latex2e" bug is fixed! git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5870 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* sandbox/code-block-directive: documentation updatemilde2009-01-282-28/+39
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5859 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* syntax-highlight.txt: Remove again the wrong idea of "high-level" and ↵milde2008-10-091-40/+40
| | | | | | "low-level" alternatives. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5665 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Bring the syntax-highlight proposal up to datemilde2008-10-071-57/+79
| | | | | | | latex2e writer now supports listings, alternative "high level" and "low level" implementation proposals. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5662 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Fix typos that led to errors in the html outputmilde2008-05-221-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5564 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added syntax definition proposalmilde2007-10-221-0/+30
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5461 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* move example files for "legacy" implementationmilde2007-10-225-0/+0
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5460 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* documentation updatemilde2007-10-196-165/+227
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5458 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* fixed links to non-generated HTML filesmilde2007-07-053-5/+196
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5318 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* removed HTML file; now managed by the docutils-update scriptwiemann2007-06-291-417/+0
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5306 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* renamed .html to .htm to avoid collisions with the docutils-update website ↵wiemann2007-06-294-0/+0
| | | | | | updater script; it was sending me email because the code-block directive caused error messages; this is kindof a hack, but it should work for now; Guenther, if the changed extensions are a problem for you, please feel free to revert (or drop me a line) git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5305 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Moved the stylesheets to data/ sub-directory.milde2007-06-2812-70/+229
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5300 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* removed html files that will be autogeneratedmilde2007-06-131-55/+0
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5236 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Added links to the README file.milde2007-06-136-60/+588
| | | | | | | | self-documenting feature: literal code with syntax highlight Moved the front-end to the base dir. This way it works without installing. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5234 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* New sandbox project for development of a code-block directivemilde2007-06-0824-0/+2542
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5229 929543f6-e4f2-0310-98a6-ba3bd3dd1d04