From 4a317e556294ea6db7641e73fc68aaea6abe8cf4 Mon Sep 17 00:00:00 2001 From: Julius Uusinarkaus Date: Mon, 2 Oct 2023 21:43:33 +0300 Subject: [PATCH] testVault: add less broken transclusion callout page --- .../012-B Callouts less broken.md | 18 +++++++ src/test/snapshot/snapshot.md | 49 +++++++++++++++++++ 2 files changed, 67 insertions(+) create mode 100644 src/dg-testVault/012-B Callouts less broken.md diff --git a/src/dg-testVault/012-B Callouts less broken.md b/src/dg-testVault/012-B Callouts less broken.md new file mode 100644 index 0000000..71ca347 --- /dev/null +++ b/src/dg-testVault/012-B Callouts less broken.md @@ -0,0 +1,18 @@ +--- +dg-publish: true +--- + +> [!info] +> This is a callout + + +> [!info]- this one is closed by default +> > [!success] and has a callout inside of it :o +> > anything is possible :) + +#known-issue +> [!success] this one has a friggin note embedded in it +> ![[File with code blocks]] + + + diff --git a/src/test/snapshot/snapshot.md b/src/test/snapshot/snapshot.md index c097e26..c74ef0a 100644 --- a/src/test/snapshot/snapshot.md +++ b/src/test/snapshot/snapshot.md @@ -240,6 +240,55 @@ This file should have createdAt: 2021-01-01 > list > from "012 Callouts" > ``` +========== +012-B Callouts less broken.md +========== +--- +{"dg-publish":true,"permalink":"/012-b-callouts-less-broken/"} +--- + + +> [!info] +> This is a callout + + +> [!info]- this one is closed by default +> > [!success] and has a callout inside of it :o +> > anything is possible :) + +#known-issue +> [!success] this one has a friggin note embedded in it +> +
+ + + + +```js +const asdf = 0 +asdf++ +``` + +```json +{ + gotta: "love-dat-josn" +} +``` + +``` +this is just text i guess +``` + +`bonus oneliner` + + + +
+ + + + + ========== E Embeds/E02 PNG published.md ==========