Markwon/app-sample/samples.json
2020-06-25 19:04:47 +03:00

45 lines
886 B
JSON

[
{
"javaClassName": "io.noties.markwon.app.samples.nested.ThirdSample",
"id": "202006177155827",
"title": "Third sample",
"description": "\u003e yo! \n\n```\nfinal int i \u003d 0;\n```",
"artifacts": [
"EDITOR",
"SIMPLE_EXT"
],
"tags": [
"a",
"c",
"test"
]
},
{
"javaClassName": "io.noties.markwon.app.samples.nested.SecondSample",
"id": "202006177155656",
"title": "Second sample",
"description": "# Hey hey hey",
"artifacts": [
"CORE",
"RECYCLER"
],
"tags": [
"a",
"b",
"c",
"test"
]
},
{
"javaClassName": "io.noties.markwon.app.samples.FirstSample",
"id": "202006164150023",
"title": "First Sample",
"description": "This **is** _the first_ sample",
"artifacts": [
"CORE"
],
"tags": [
"test"
]
}
]