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/media/PyLucid/internal_page/page_admin/tag_list.html

    r1689 r1769  
    2020  </li> 
    2121{% endfor %} 
     22</ul> 
     23 
     24<h2 class="noanchor">Additional django template tags:</h2> 
     25<ul id="django_tags"> 
     26  <li> 
     27    <p> 
     28        Hightlight sourcecode via Pygments (if Pygments available): 
     29        &#x7B;% sourcecode py %&#x7D; 
     30        ... 
     31        &#x7B;% endsourcecode %&#x7D;<br /> 
     32        <strong>Note:</strong> Works only in html mode (without markup) correctly! 
     33    </p> 
     34  </li> 
    2235</ul> 
    2336