-
-
Notifications
You must be signed in to change notification settings - Fork 215
Markdown Export
This module exists as an interface for core.export
to export .norg
files to Markdown.
As a user the only reason you would ever have to touch this module is to configure how you'd
like your markdown to be exported (i.e. do you want to support certain extensions during the export).
To learn more about configuration, consult the relevant section.
-
(empty list)
Any extensions you may want to use when exporting to markdown. By default no extensions are loaded (the exporter is commonmark compliant). You can also set this value to
"all"
to enable all extensions. The full extension list is:todo-items-basic
,todo-items-pending
,todo-items-extended
,definition-lists
,mathematics
,metadata
andlatex
. -
(table)
Data about how to render mathematics. The default is recommended as it is the most common, although certain flavours of markdown use different syntax.
-
core.integrations.treesitter
- A module designed to integrate Treesitter into Neorg.
core.autocommands
core.clipboard
core.clipboard.code-blocks
core.completion
core.concealer
core.defaults
core.dirman
core.dirman.utils
core.esupports.hop
core.esupports.indent
core.esupports.metagen
core.export
core.export.markdown
core.fs
core.highlights
core.integrations.coq_nvim
core.integrations.nvim-cmp
core.integrations.nvim-compe
core.integrations.treesitter
core.itero
core.journal
core.keybinds
core.latex.renderer
core.looking-glass
core.neorgcmd
core.neorgcmd.commands.return
core.pivot
core.presenter
core.promo
core.qol.toc
core.qol.todo_items
core.queries.native
core.scanner
core.storage
core.summary
core.syntax
core.tangle
core.tempus
core.text-objects
core.todo-introspector
core.ui
core.ui.calendar