add test content
This commit is contained in:
parent
01780aab50
commit
efb7830152
4 changed files with 81 additions and 0 deletions
7
content/entry/entry with spaces.md
Normal file
7
content/entry/entry with spaces.md
Normal file
|
@ -0,0 +1,7 @@
|
|||
+++
|
||||
title = 'Entry with spaces'
|
||||
date = '2024-12-20T11:49:28+02:00'
|
||||
draft = false
|
||||
keywords= ["draft"]
|
||||
abstract= "Text for abstract..."
|
||||
+++
|
9
content/entry/entry2-1.md
Normal file
9
content/entry/entry2-1.md
Normal file
|
@ -0,0 +1,9 @@
|
|||
+++
|
||||
title = 'Test 2'
|
||||
date = '2024-12-19T16:16:57+02:00'
|
||||
draft = false
|
||||
keywords= ['draft']
|
||||
+++
|
||||
|
||||
- [test-links](entry/test-links.md)
|
||||
- [Obsidian links](entry/test-links.md#Obsidian%20links)
|
9
content/entry/test-entry.md
Normal file
9
content/entry/test-entry.md
Normal file
|
@ -0,0 +1,9 @@
|
|||
+++
|
||||
title = 'Test'
|
||||
date = '2024-12-19T16:16:57+02:00'
|
||||
draft = false
|
||||
keywords= ['draft']
|
||||
+++
|
||||
|
||||
- [test-links](entry/test-links.md)
|
||||
- [entry2-1](entry/entry2-1.md)
|
56
content/entry/test-links.md
Normal file
56
content/entry/test-links.md
Normal file
|
@ -0,0 +1,56 @@
|
|||
+++
|
||||
date = '2024-12-19T15:53:38+02:00'
|
||||
draft = false
|
||||
title = 'Test: Obsidian links'
|
||||
+++
|
||||
|
||||
|
||||
# Obsidian links
|
||||
- [Entry2](entry/test-entry.md)
|
||||
- [Invalid entry](entry/invalid.md)
|
||||
- [Invalid triad destination](invalid/something.md)
|
||||
- [entry with spaces](entry/entry%20with%20spaces.md) (Obsidian replaces spaces with `%20`)
|
||||
|
||||
---
|
||||
|
||||
```
|
||||
- [Entry2](entry/entry2.md)
|
||||
- [EntryXXX](entry/entry25.md)
|
||||
- [Invalid triad destination](invalid/something.md)
|
||||
```
|
||||
|
||||
|
||||
# Standard Sandpoints links
|
||||
|
||||

|
||||
|
||||
---
|
||||
|
||||
```
|
||||

|
||||
```
|
||||
|
||||
|
||||
# Subheading links
|
||||
[Subheading](#Test)
|
||||
|
||||
---
|
||||
|
||||
```
|
||||
[subheading](#Test)
|
||||
```
|
||||
|
||||
# WWW Links
|
||||
- [google](http://google.com)
|
||||
- [google](http://google.com "Go to google")
|
||||
|
||||
---
|
||||
|
||||
```
|
||||
- [google](http://google.com)
|
||||
- [google](http://google.com "Go to google")
|
||||
```
|
||||
|
||||
|
||||
# Test
|
||||
empty subheading for testing
|
Loading…
Add table
Reference in a new issue