org-roam / org-roam-ui

A graphical frontend for exploring your org-roam Zettelkasten
GNU General Public License v3.0
1.99k stars 109 forks source link

Use HTML Tag in org-mode file #320

Open Thysrael opened 1 month ago

Thysrael commented 1 month ago

I want to use HTML snippets in my org-mode file like that:

#+begin_export html
<p>Hi</p>
#+end_export

It workes when I use org-export. However it didn't work when I used org-roam-ui, which didn't show anything in the page. Could you tell me if my syntax is incorrect, or does org-roam-ui not support using HTML tags?