Modify ↓
      
#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: | |
| Component: | wiki system | Version: | devel | 
| Severity: | normal | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
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 (1)
Change History (8)
by , 21 years ago
| Attachment: | patch_rst_coderole.diff added | 
|---|
comment:1 by , 21 years ago
| Summary: | [merge] Patch rst: for adding inline code-block and implent #673 for rst → [merge] Patch rst: for adding inline code-block and implement #673 for rst | 
|---|
comment:2 by , 21 years ago
| Owner: | changed from to | 
|---|---|
| Status: | new → assigned | 
comment:4 by , 21 years ago
| Resolution: | → wontfix | 
|---|---|
| Status: | assigned → closed | 
Included in the patches in #801.
comment:5 by , 21 years ago
| Resolution: | wontfix | 
|---|---|
| Status: | closed → reopened | 
comment:6 by , 21 years ago
| Resolution: | → duplicate | 
|---|---|
| Status: | reopened → closed | 
  Note:
 See   TracTickets
 for help on using tickets.
    


  
patch for the ticket