-
v1.0.4 Stable
released this
2026-07-27 17:32:16 -06:00 | 7 commits to master since this releaseFix: tiptapToMarkdown was using JsonObject.asMap() which returns JsonElement objects, not raw Java types. All as? String casts silently failed. Now uses Gson TypeToken deserialization for proper type handling. Also contentToMarkdown now handles Map directly.
Downloads