Skip to content

Commit a168672

Browse files
committed
feature: added support for I<...>.
1 parent f33c979 commit a168672

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

utils/tut2wiki-en.pl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,7 @@
188188
s{\bL<(http[^\|\>\s]+)>}{[$1 $1]}g;
189189

190190
s{\b[FC]<(.*?)>}{<code>$1</code>}g;
191+
s{\bI<(.*?)>}{<I>$1</I>}g;
191192

192193
} continue {
193194
$prev = $orig;

0 commit comments

Comments
 (0)