first
This commit is contained in:
@@ -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.
|
||||
Reference in New Issue
Block a user