Skip to content

Commit

Permalink
Add markdown alerts
Browse files Browse the repository at this point in the history
  • Loading branch information
ad-si committed Mar 23, 2024
1 parent 71d2a45 commit 2b01d25
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
1 change: 1 addition & 0 deletions book.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ authors = ["Adrian Sieber"]
language = "en"
src = "docs-source"

[preprocessor.alerts]
[preprocessor.toc]
command = "mdbook-toc"
renderer = ["html"]
Expand Down
16 changes: 8 additions & 8 deletions docs-source/usage/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,14 +97,14 @@ in TaskLite's task `metadata` field.
However, if the original JSON object already has a `metadata` field,
its value is used instead.

**Attention:**
An import object's `tags` field must be of type `[string]`,
while a `notes` field must be of type `{ulid?: string, body: string}`.

**Warning:**
TaskLite does not properly support importing tasks
which were created before 1970.
While they can be imported, the creation date is set to 1970-01-01.
> [!WARNING]
> An import object's `tags` field must be of type `[string]`,
> while a `notes` field must be of type `{ulid?: string, body: string}`.
> [!WARNING]
> TaskLite does not properly support importing tasks
> which were created before 1970.
> While they can be imported, the creation date is set to 1970-01-01.

## Export
Expand Down

0 comments on commit 2b01d25

Please sign in to comment.