mint icon indicating copy to clipboard operation
mint copied to clipboard

Solution for @pre @code content

Open riffm opened this issue 15 years ago • 1 comments

There are cases, when text content is needed "as is" (with special indention). I think that we need to introduce two more tokens for this case. Begin mark of such content and end mark.

@pre
    {! -- indention of first token defines where this content will be insert
class A(object):
    pass
    !} -- last token is needed only to define the end of content

Everything between these tokens are just text and obeys the rules of text inside tags.

riffm avatar Jul 19 '10 18:07 riffm

Look at issue #35

riffm avatar Oct 30 '11 15:10 riffm