Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for admonitions like note, warning, tip, etc. #27

Open
legends2k opened this issue Sep 22, 2021 · 0 comments
Open

Support for admonitions like note, warning, tip, etc. #27

legends2k opened this issue Sep 22, 2021 · 0 comments

Comments

@legends2k
Copy link

legends2k commented Sep 22, 2021

Org-mode has admonitions supported like

#+begin_warning
Org-mode is addictive; use it at your own risk!
#+end_warning

The exported HTML looks like

<div class="note" id="org12345">
<p>
Org-mode is addictive; use it at your own risk!
</p>
</div>

Can we add support for such admonitions?

Here's a list of admonitions commonly supported by Org, reStructured Text, AsciiDoc, DocBook, RTD, DocUtils; refer:

  • Note
  • Warning
  • Tip
  • Caution
  • Important
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant