<div dir="ltr"><div class="gmail_extra">I see often in Trac tickets something like this:<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Sep 29, 2014 at 9:00 AM, GRASS GIS <span dir="ltr"><<a href="mailto:trac@osgeo.org" target="_blank">trac@osgeo.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div id=":154" class="" style="overflow:hidden"> FEHLER: Feature type 64 is not supported[[BR]]<br>
 NOTICE:  table "newcs_correct_pg_collect" does not exist, skipping[[BR]]<br>
 KONTEXT:  SQL statement "DROP TABLE IF EXISTS<br>
 public.newcs_correct_pg_collect RESTRICT"[[BR]]<br>
 PL/pgSQL function dropgeometrytable(character varying,character<br>
 varying,character varying) line 15 at EXECUTE statement[[BR]]<br>
 [Inferior 1 (process 7881) exited with code 01][[BR]]</div></blockquote></div><br></div><div class="gmail_extra">Each line of some program output or code is ended with [[BR]]. I think that it is much easier to use triple curly brackets:<br><br>{{{<br></div><div class="gmail_extra">some output or code<br>}}}<br><br></div><div class="gmail_extra">Why people are using this? An I missing something? It is just because they don't know about {{{ }}} or there is some Trac magic feature which automatically adds there [[BR]] to the end of copy-pasted text?<br><br>Adding [[BR]] manually seems to me as large amount of work, so I would like to make known that there is this {{{ }}} syntax in case that somebody does not know.<br><br></div><div class="gmail_extra">By the way, {{{ }}} works also for inline verbatim but using backticks (`text`) is usually simpler.<br><br></div><div class="gmail_extra">Vaclav<br><br><a href="http://trac.osgeo.org/grass/wiki/WikiFormatting#PreformattedText">http://trac.osgeo.org/grass/wiki/WikiFormatting#PreformattedText</a><br><a href="http://trac.osgeo.org/grass/wiki/WikiFormatting#FontStyles">http://trac.osgeo.org/grass/wiki/WikiFormatting#FontStyles</a><br></div></div>