Show
Ignore:
Timestamp:
09/16/08 13:31:56 (18 months ago)
Author:
JensDiemer
Message:
  • add a pass-through for normal django tags (not blocktags)
  • Move creole markup above
  • Update creole markup help and unittests
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/pylucid_project/PyLucid/models/Page.py

    r1750 r1769  
    3030 
    3131MARKUPS = ( 
     32    (6, u'Creole wiki markup'), 
    3233    (0, u'html'), 
    3334    (1, u'html + TinyMCE'), 
     
    3637    (4, u'Markdown'), 
    3738    (5, u'ReStructuredText'), 
    38     (6, u'Creole wiki markup'), 
    3939) 
    4040