Worked on literate output using Markdown as the text markup language.
* Added CSS based on Docco (blatantly copied). * Updated sample text to better fit the emerging usage patterns. Some of the things I did to make it render nicely for the Literate output may cause problems when we go to render API output. I will cross that bridge when I come to it. * Added parsing infrastructure to the Generator behaviour to allow a pre-processing pass over the document. Current the LiterateMarkdownGenerator is using this to compile a map of `@org` references. * Tweaked the HTML output slightly. * Added a layer over the PegDownProcessor in LiterateMarkdownGenerator to capture and transform `jlp://` links into relative links.
This commit is contained in:
2
doc/issues/0000tn3.rst
Normal file
2
doc/issues/0000tn3.rst
Normal file
@ -0,0 +1,2 @@
|
||||
Implement working internal links using ``jlp://`` schema.
|
||||
=========================================================
|
1
doc/issues/0001tn3.rst
Normal file
1
doc/issues/0001tn3.rst
Normal file
@ -0,0 +1 @@
|
||||
Implement language-specific code parsing and comprehension.
|
Reference in New Issue
Block a user