It's excellent that Kramdown already supports a solid, separate package like Listings for formatting code blocks when
converting to LaTeX. However, I'd like to request that Minted be supported as well.
Minted uses the Pygmentize library for its conversion, and was built in response to some of the shortcomings of Listings.
Tools like Emacs' Org mode provide a configuration option when exporting to LaTeX to choose between exporting code blocks
as Listing environments or Minted environments.
Thank you for an excellent open source project. |