Post #3464835
2026-06-29 06:33 UTC
I've been working on an #orgmode parser for kramdown, I thought it was just for markdown but actually kramdown has an API that lets you write a parser for whatever format you want. That means we only have to write a parser, and we automatically get orgmode to latex, html, markdown, and man all at once. So kramdown isn't just a simple markdown library, it's really a general markup format converter!
I've only been on this for a 2 days and all it can do is lists, headers and paragraphs, but I still think it's cool to be able to do everything with one gem, and now that I've figured out how the kramdown library works doing the rest will hopefully be alot easier.
Replies (0)
No replies.