Newsletter
TechAnV Blog
Get updates on security engineering, Rust, eBPF, and DevSecOps. No spam, unsubscribe anytime.
Check your inbox and click the confirmation link to complete your subscription.
GitHub Repository Cards#
You can add dynamic cards that link to GitHub repositories, on page load, the repository information is pulled from the GitHub API.
Create a GitHub repository card with the code ::github{repo="<owner>/<repo>"}.
1::github{repo="saicaca/gainsaheb"}Admonitions#
Following types of admonitions are supported: note tip important warning caution
NOTEHighlights information that users should take into account, even when skimming.
TIPOptional information to help a user be more successful.
IMPORTANTCrucial information necessary for users to succeed.
WARNINGCritical content demanding immediate user attention due to potential risks.
CAUTIONNegative potential consequences of an action.
Basic Syntax#
1:::note2Highlights information that users should take into account, even when skimming.3:::4
5:::tip6Optional information to help a user be more successful.7:::Custom Titles#
The title of the admonition can be customized.
MY CUSTOM TITLEThis is a note with a custom title.
1:::note[MY CUSTOM TITLE]2This is a note with a custom title.3:::GitHub Syntax#
TIPThe GitHub syntax is also supported.
1> [!NOTE]2> The GitHub syntax is also supported.3
4> [!TIP]5> The GitHub syntax is also supported.