-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
Currently the code blocks are added with three backticks which works in logseq but is not valid for an org-mode file. Logseq supports both file formats. It would be good if this could support org mode as well.
#+BEGIN_SRC plantuml
... some code
#+END_SRC
I think you can get the "preferredFormat" from getUserConfig which should allow setting the template.
Looks like it might need the rendering code tweaking so it can find org-mode format as well.
zmberber
Metadata
Metadata
Assignees
Labels
No labels