Admonition blocks or callouts come in handy for highlighting particular piece of information in your notes, like a tip or a warning. The warning below is the best example here.The usual Org-mode syntax for these blocks is:Quotes can be added in Logseq using two methods.
Basic Markdown syntax
You can access this by typing the <
key and then searching for the required block.#+BEGIN_TIP
This is a tip block
#+END_TIP
The ability to add a call out box makes your notes more useful, in my opinion. At least it does for me as I can highlight important information in my notes. I am a fan of them and you can see plenty of them in my articles on It’s FOSS as well.💡
Adding quotes
First, using the traditional Markdown method of adding a quote by using >
in front of the text.You remember the Markdown syntax, right?Admonition blocks in Logseq.#+BEGIN_<BLOCK NAME>
Your Block Text
#+END_<BLOCK NAME>
🚧🚧As I said above, since Logseq supports Markdown, all the basic Markdown syntax will work here.
You can press the /
key to get all the available format options.Whenever you start a new document or press Enter after a sentence, a new block is created — and this block can be referenced from anywhere within Logseq. That’s part of what makes Logseq so powerful.Stay tuned with me in this series as I’ll share about adding references in Logseq in the next part.
BLOCK NAME |
---|
NOTE |
TIP |
IMPORTANT |
CAUTION |
PINNED |

> This should appear as a quote
Logseq is a highly efficient note-taking and knowledge management app with decent Markdown support.
Conclusion
Still, formatting your notes clearly is just as important. In this article, we’ll take a closer look at how text formatting works in Logseq.🚧