Skip to content

Fix Admonitions #56

Description

@Ap6661
:::tip Title Goes Here 
content
:::

is incorrect and does not render properly through docusaurus

:::tip[Title Goes Here] 
content
:::

https://docusaurus.io/docs/markdown-features/admonitions

One liner to fix current documents.
find . -name "*.md" -exec sh -c "sed 's/:::\(tip\|warning\|caution\|info\) \(.*\)$/:::\1[\2]/' {} -i " \;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions