-
Notifications
You must be signed in to change notification settings - Fork 84
Exporting
SabryTarek edited this page Apr 20, 2021
·
4 revisions
Lines starting with #
are treated as comments and are not exported.
Likewise, regions surrounded by #+BEGIN_COMMENT
… #+END_COMMENT
are not exported.
The standard VS Code keybindings will toggle comment status:
- Single line comments:
cmd+/
orctrl+/
- Block comments:
shift+opt+a
orshift+alt+a
The extension does not provide an exporting interface, though documents created in it can be exported using external tools. We recommend Pandoc.