jgm / djot

A light markup language
https://djot.net
MIT License
1.67k stars 43 forks source link

Versioning or Roadmap? #17

Closed dbready closed 2 years ago

dbready commented 2 years ago

First of all - love this. A principled, light-weight markup unsaddled by baggage, and designed by someone with the chops to appreciate the nuances of every decision.

I was wondering how stable you considered the current implementation. How far is this from a 1.0 release? What would it take for this to become fully integrated into Pandoc? Do you hope for this to eventually replace Pandoc Markdown?

jgm commented 2 years ago

The current version is definitely "alpha." I want to get more feedback and think about things some more before saying it's stable in any way.

If djot starts getting used by people, we could integrate it into pandoc. It would take Haskell implementations of the parser and writer (or we could cheat and just load the Lua). Full integration can wait, though, because we already have bidirectional conversion with pandoc, via djot-reader.lua and djot-writer.lua.

In any case pandoc would continue to support pandoc markdown.