Changes between Version 4 and Version 5 of CookBookTemplateFilterBBCode


Ignore:
Timestamp:
Apr 6, 2006, 4:13:49 AM (19 years ago)
Author:
limodou@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CookBookTemplateFilterBBCode

    v4 v5  
    7171
    7272{{{{% filter bbcode %}data to translate{% endfilter %}}}} -- nesh
     73
     74What I siad is:
     75
     76{{{
     77[code]
     78def p(a):
     79    print a
     80[/code]
     81}}}
     82
     83The "[code]" is a paragraph, but not a single string line. How to parse it? And if the bbcode has newline, there seems no process for it.   ---- Limodou
Back to Top