Rosetta Code/Fix code tags: Difference between revisions

m
added whitespace before the TOC (table of contents), added a ;Task: and ;Usage: (bold) headers.
(→‎{{header|Tcl}}: added zkl)
m (added whitespace before the TOC (table of contents), added a ;Task: and ;Usage: (bold) headers.)
Line 1:
{{task|Text processing}}[[Category:Rosetta Code related]]
[[Category:Rosetta Code related]]
 
;Task:
Fix Rosetta Code deprecated code tags, with these rules:
<pre>
 
<pre>Change <%s> to <lang %s>
Change </%s> to </lang>
Change <code %s> to <lang %s>
Change </code> to </lang></pre>
</pre>
 
Usage:
 
;Usage:
<pre>./convert.py < wikisource.txt > converted.txt</pre>
<pre>
<pre>./convert.py < wikisource.txt > converted.txt</pre>
</pre>
<br><br>
 
=={{header|AutoHotkey}}==