Replies: 1 comment 1 reply
-
| OK, I'll manage by looking at the  | 
Beta Was this translation helpful? Give feedback.
                  
                    1 reply
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
It would be nice for
MyST-Parserto provide a way to create custom admonitions.My use case is the following: at the bottom of all the numerous (more than 1220)
.mdsource files of my (LaTeX FAQ) project, I want to specify the sources of the answers to the question. I want these sources to be displayed in an admonition, say:historyocticon (fromsphinx-design).It would be great to be able to create my own
sourceadmonition in order to be able to type, instead of a systematic::::{dropdown} Source :icon: history ⟨the source⟩ :::just:
:::{source} ⟨the source⟩ :::which would be as easy as:
:::{tip} Let's give readers a helpful hint! :::Beta Was this translation helpful? Give feedback.
All reactions