-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
newenvironment with markdown #20
Comments
Hi. You cannot do that, since when the package encounters \newenvironment{todo}
\todoenv
\relax Given the following (slightly tricky) definition of \begingroup
\catcode`\|=0\catcode`\<=1\catcode`\>=2%
\catcode`\\=12|catcode`|{=12|catcode`|}=12%
|gdef|todoenv<|markdownReadAndConvert<\end{todo}><|end<todo>>>
|endgroup you can then just use \begin{todo}
Hello, *world*!
\end{todo} as you probably indended. This is very similar to how the |
Thanks a lot. |
We may want to add support for easier use of the |
Hi, and thanks a lot for this package!
I'm trying to define a new environment with markdown:
But I got this message:
The text was updated successfully, but these errors were encountered: