Changes between Version 1 and Version 2 of TracTickets


Ignore:
Timestamp:
Feb 6, 2015, 1:21:47 PM (9 years ago)
Author:
pesei
Comment:

about code formatting

Legend:

Unmodified
Added
Removed
Modified
  • TracTickets

    v1 v2  
    3737
    3838'''Note:''' Description of the builtin ''priority'' values is available at [trac:TicketTypes#Whyistheseverityfieldgone TicketTypes]
     39
     40{{{
     41#!html
     42<div style="background-color: #ddeedd">
     43<h1 style="color: green">&nbsp;&nbsp;&nbsp;&nbsp;Important note for entering code snippets</h1>
     44If you want to include code, please use the code syntax:
     45 <tt>`code`</tt> for inline code, and
     46<pre>
     47{{{
     48code line1
     49code line2
     50...
     51}}}
     52</pre>
     53for full lines (there's also an icon for the full line code environment above the editing window). This helps to make code more readable and facilitates copy-paste.
     54</div>
     55}}}
    3956
    4057== Changing and Commenting Tickets ==