diff --git a/site/content/test.md b/site/content/test.md index cba4014..29a0c33 100644 --- a/site/content/test.md +++ b/site/content/test.md @@ -1,4 +1,30 @@ -# Test page for video embed links in markdown +# Test (Obsidian) wiki link syntax + +1. Internal link + *`[[recent-events]]`* + [[recent-events]] + +2. Internal link with custom divider + *`[[are-crypto-tokens-securities|Crypto]]`* + [[are-crypto-tokens-securities|Crypto]] + +3. Internal link with heading + *`[[about#Making Sense of Web3]]`* + [[about#Making Sense of Web3]] + +4. Internal link with heading and custom divider + *`[[webinars#Upcoming|Upcoming webinars]]`* + [[webinars#Upcoming|Upcoming webinars]] + +5. Internal link heading within page + *`[[#Our Approach]]`* + [[#Our Approach]] + + +*** + +# Test video embed links in markdown + This youtube link (https://www.youtube.com/embed/K5JtPTyc0y0) surrounded by newlines in markdown would display as follows: https://www.youtube.com/embed/K5JtPTyc0y0 @@ -7,4 +33,9 @@ For eg .. Links without being surrounded by newlines will show as below: * Youtube: https://www.youtube.com/watch?v=z2uAg-AIs-Y * Podcast: https://anchor.fm/life-itself/episodes/Are-Cryptocurrencies-Securities--The-Nature-of-Securities--Their-Relation-to-Crypto-Tokens-with-Stephen-Diehl-e1fph69 -* Wiki topic: [Securities Framework](../concepts/security.md) \ No newline at end of file +* Wiki topic: [Securities Framework](../concepts/security.md) + +*** + +## Our Approach +We intend to take a distinctive approach. \ No newline at end of file