qjebbs / vscode-markdown-extended

Extended syntaxes to built-in markdown & What you see is what you get exporter.
MIT License
125 stars 25 forks source link

Feature: New type of "Admonition" : Requirement and definition #87

Open teyssieuman opened 4 years ago

teyssieuman commented 4 years ago

In order to use Markdown to write "Software requirement specification", it would be grate to identifies some objects as "requirements" and .

!!! requirement REQ_TITLE

    The software shall ... when ... in less than ...

    !!! definition software

        By "software" we entends ...
qjebbs commented 4 years ago

You can do it like:

!!! caution Requirement
    This is the admonition body
Stanzilla commented 2 years ago

When you do

!!! note 
    If the intent is to have an ability "execute" as quickly as possible after the button press, it is still generally a good idea to have a very small cast phase value (0.1 second or so). This will help with minor server/client latency issues and will also help to ensure smoother playback of character animations.

It formats it as

!!! note
If the intent is to have an ability "execute" as quickly as possible after the button press, it is still generally a good idea to have a very small cast phase value (0.1 second or so). This will help with minor server/client latency issues and will also help to ensure smoother playback of character animations.