This commit is contained in:
2026-07-12 21:26:08 +08:00
commit 9dd41afd48
502 changed files with 129901 additions and 0 deletions
@@ -0,0 +1,10 @@
---
title: Alpha
sources:
- paper.md
- note.md
---
# Alpha
Entity with valid sources.
@@ -0,0 +1,7 @@
---
title: Beta
---
# Beta
Entity without sources field.
@@ -0,0 +1,8 @@
---
title: Delta
sources: [
---
# Delta
Entity with invalid sources syntax.
@@ -0,0 +1,8 @@
---
title: Gamma
sources: []
---
# Gamma
Entity with empty sources.