mirror of
https://github.com/koreader/koreader.git
synced 2025-12-13 20:36:53 +01:00
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:
@@ -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"),
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user