1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-02-01 19:15:01 +02:00

Doc: Fixed formatting

This commit is contained in:
Laurent Cozic 2020-12-09 22:04:10 +00:00
parent d202b6b5a9
commit afebce145f

View File

@ -322,9 +322,9 @@ export interface SettingSection {
/** /**
* An array of at least one element and at most three elements. * An array of at least one element and at most three elements.
* *
* [0]: Resource name (eg. "notes", "folders", "tags", etc.) * - **[0]**: Resource name (eg. "notes", "folders", "tags", etc.)
* [1]: (Optional) Resource ID. * - **[1]**: (Optional) Resource ID.
* [2]: (Optional) Resource link. * - **[2]**: (Optional) Resource link.
*/ */
export type Path = string[]; export type Path = string[];