Skip to content

Latest commit

 

History

History
63 lines (40 loc) · 683 Bytes

File metadata and controls

63 lines (40 loc) · 683 Bytes

DocFx Unity Template Kitchen Sink

Checkout the sandbox branch in the template repository

Features

Alerts

>[!NOTE]
> some info

renders

Note

some info

>[!TIP]
> useful tips

renders

Tip

useful tips

>[!CAUTION]
> This is not threadsafe

renders

Caution

This is not threadsafe

Code Highlighting

    ```csharp
    public void Update() {
        foo();
    }

    ```

renders

public void Update() {
    foo();
}

for more take a look at the official DocFX documentation