mirror of
https://github.com/by-jp/www.byjp.me.git
synced 2025-08-09 05:36:07 +01:00
I can't quite get my head around how @indiekit-test/fixtures is available to the tests in the official indiekit repo, so I've copied it here for now.
9 lines
556 B
Text
9 lines
556 B
Text
{
|
||
"type": "entry",
|
||
"name": "What I had for lunch",
|
||
"content": {
|
||
"html": "<blockquote><p>I <del>ate</del><ins>had</ins> a <cite><a href=\"https://en.wikipedia.org/wiki/Cheese\">cheese</a></cite> sandwich from <a href=\"https://cafe.example\">https://cafe.example</a>, which was > 10.</p></blockquote><p>– Me, then.</p>",
|
||
"text": "> I <del>ate</del><ins>had</ins> a <cite>[cheese](https://en.wikipedia.org/wiki/Cheese)</cite> sandwich from https://cafe.example, which was > 10.\n\n-- Me, then."
|
||
},
|
||
"url": "https://foo.bar/lunchtime"
|
||
}
|