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

add admonition classes defined in common.css but not in moinwiki.rst #1611

Merged
merged 2 commits into from
Feb 22, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion docs/user/moinwiki.rst
Original file line number Diff line number Diff line change
Expand Up @@ -713,7 +713,7 @@ CSS classes for use with the wiki parser, tables, comments, and links
- Background colors: red, green, blue, yellow, or orange
- Borders: solid, dashed, or dotted
- Text-alignment: left, center, right, or justify
- Admonitions: caution, important, note, tip, warning
- Admonitions: attention, caution, danger, error, hint, important, note, tip, warning
- Tables: moin-sortable, no-borders
- Comments: comment
- Position parsers and tables: float-left, float-right, inline, middle, clear-right, clear-left or clear-both
Expand Down Expand Up @@ -822,6 +822,10 @@ extra features. The following is a table of MoinMoin's macros.
+-------------------------------------------+------------------------------------------------------------+
| ``<<ShowSmileys()>>`` | Displays available smileys and the corresponding markup |
+-------------------------------------------+------------------------------------------------------------+
| ``<<ShowUserGroup()>>`` | Displays metadata defined in usergroup attribute |
+-------------------------------------------+------------------------------------------------------------+
| ``<<ShowWikiDict()>>`` | Displays metadata defined in wikidict attribute |
+-------------------------------------------+------------------------------------------------------------+
| ``<<TableOfContents(2)>>`` | Shows a table of contents up to level 2 |
+-------------------------------------------+------------------------------------------------------------+
| ``<<TitleIndex()>>`` | Lists all itemnames for the namespace of the current item, |
Expand Down