[kramdown-users] [ANN] kramdown 0.9.0 released
Thomas Leitner
t_leitner at gmx.at
Fri Jun 25 02:24:28 EDT 2010
On 2010-06-24 10:35 +0200 Michael Franzl wrote:
> Thomas Leitner wrote:
> > - The LaTeX converter now outputs the element attributes as LaTeX
> > comment for some elements (blockquotes, lists and math
> > environments; requested by Michael Franzl)
>
> In LaTeX, the closing tag of an environment needs to have the same
> name as the opening tag. So it is not enough to add the comment only
> at the beginning. Right now kramdown produces:
>
> \begin{quote} % class="small"
> a quote
> \end{quote}
>
> But it should be:
>
> \begin{quote} % class="small"
> a quote
> \end{quote} % class="small"
Will change that!
-- Thomas
More information about the kramdown-users
mailing list