mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Update task.md json lines end with \n (0xA) not \r (0xD) (#3752)
Update task.md to fix mistake in json format. In the code the json lines end with \n (0xA) not \r (0xD)
This commit is contained in:
parent
8d210b5263
commit
3ae7413ebd
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ In brief: "MUST" (or "REQUIRED") means that the item is an absolute requirement
|
|||
|
||||
## General Format
|
||||
|
||||
The format is JSON, specifically a JSON object as a single line of text, terminated by a newline (U+000D).
|
||||
The format is JSON, specifically a JSON object as a single line of text, terminated by a line feed (U+000A).
|
||||
|
||||
The JSON looks like this:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue