[kramdown-users] RFC - using classes to change the blockquote environment
Michael Franzl
michaelfranzl at gmx.at
Mon Jun 21 03:05:58 EDT 2010
Thomas Leitner wrote:
>> {: .smallquote }
>> > Some Quote
>>
>> will be converted to
>>
>> \begin{quote} % .smallquote
>> Some Quote
>> \end{quote} % .smallquote
>
> If you don't mind writing a post-processor for your case I would
> actually like to use this approach since it seems to be even more
> general! Thanks for the great idea!!
I have cloned from the github repository and ran setup.rb, but this
feature seems not to be working.
By the way, how can I uninstall kramdown when installed by setup.rb?
>> BTW, is it also possible to convert kramdown {::comments} to LaTeX
>> comments?
>
> Naturally, I have just implemented this and pushed it to the github
> repo - please test it!
This works. Thank you!
Michael
More information about the kramdown-users
mailing list