Ticket #780 (closed defect: duplicate)
[merge] Patch rst: for adding inline code-block and implement #673 for rst
| Reported by: | tonib | Owned by: | utopiste |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.8 |
| Component: | wiki system | Version: | devel |
| Severity: | normal | Keywords: | |
| Cc: |
Description
Hi,
Here is a pactch that adds a code-role to the restructured text. This makes it possible to have a codeprocessor inline.
Also implemented the same functionality as ticket #673 for rst.
Now you should be enable to write
{{{
#!rst
Examples
--------
.. code-block:: text/html
<H1> Test codeblock </H1>
<B> fdsafs </B>
End test codeblock
Inline `html: <B> fdsafs </B>`:code-block: test
}}}
}}}
The format of the inline code-block is that the language is written first and end with ':'. See above for the html example.
The patch includes the patch #779
/T
Attachments
Change History
Note: See
TracTickets for help on using
tickets.


