Markdown export (#9076)

Enables users to export markdown locally with some configuration options to allow users to format the output to a certain extent.
This commit is contained in:
Utsob Roy
2022-05-28 14:32:36 +06:00
committed by GitHub
parent ae5b2d68ca
commit 6804b77251
5 changed files with 221 additions and 32 deletions

View File

@@ -100,6 +100,7 @@ local Exporter = InputContainer:new {
html = require("target/html"),
joplin = require("target/joplin"),
json = require("target/json"),
markdown = require("target/markdown"),
readwise = require("target/readwise"),
text = require("target/text"),
},