7 lines
196 B
JSON
7 lines
196 B
JSON
|
{
|
||
|
"@context": "https://www.w3.org/ns/activitystreams",
|
||
|
"summary": "A simple note",
|
||
|
"type": "Note",
|
||
|
"mediaType": "text/markdown",
|
||
|
"content": "## A simple note\nA simple markdown `note`"
|
||
|
}
|