You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat: added support for rendering markdown text for description (YAML -> UI)
* feat: added support for highlighting links/email.
* feat: update README to clarify markdown support in description field
* docs: update the README for editing YAML file
|`id`| No | A unique identifier for the tutorial. | String |
8
8
|`title`| Yes | The title of the tutorial. | String |
9
-
|`description`| No | A brief description of the tutorial. | String |
9
+
|`description`| No | A brief description of the tutorial. <br><br>**Note**: Markdown is supported when rendering this field in the web interface.| String |
10
10
|`url`| Yes | The URL of the tutorial. | String (URL) |
11
11
|`technique`| No | The technique(s) covered in the tutorial. | String or Array of Strings |
12
12
|`tool`| No | The tool(s) used in the tutorial. | String or Array of Strings |
0 commit comments