saket / press

Cross-platform markdown editor written in Kotlin Multiplatform (work in progress)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Multiplatform markdown parser

saket opened this issue · comments

intellij-markdown has an experimental branch with support for kotlin multiplatform. It's used internally by JetBrains and by Dokka for generating markdown so it should be pretty stable. It's probably also the only option right now.

I tried contributing to the project by adding support for native, but quickly ran into issues mentioned here.

Update: intellij-markdown is ready to accept contributions for native platforms: JetBrains/markdown#36 (comment)

Closing in favor of #63.