Hi,
I write a script to parse wikicode to latex. Now I search for a way to parse an enumeration. Something like
# foo # bar
should look like this after parsing:
\begin{enumerate} \item foo \item bar \end{enumerate}
I think RegEx is a good way to do that but I don't know how to solve this special problem.
In reply to RegEx for parsing wiki enumeration by raymontag
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |