Opened 15 years ago
Closed 15 years ago
#4783 closed defect (duplicate)
doc parser should preseve tabs and whitespace in some blocks
Reported by: | dante | Owned by: | Neil Roberts |
---|---|---|---|
Priority: | high | Milestone: | 1.0 |
Component: | Doc parser | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
for example, you can use an examples: block in code comments for the parser to pick out. if you setup the the block to be indented, parser currently strips the whitespace from the start of the line, shifting all html-formatted content to the left. we should be able to setup formatted blocks in the comments.
Note: See
TracTickets for help on using
tickets.
Done using Markdown and the | character, as documented in style guide