fix: quote title in YAML frontmatter (handles colons)
Browse files
README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
---
|
| 2 |
-
title: Per-base, BPE, and 6-mer on the same DNA sequence
|
| 3 |
emoji: 🧬
|
| 4 |
colorFrom: green
|
| 5 |
colorTo: yellow
|
|
|
|
| 1 |
---
|
| 2 |
+
title: "Per-base, BPE, and 6-mer on the same DNA sequence"
|
| 3 |
emoji: 🧬
|
| 4 |
colorFrom: green
|
| 5 |
colorTo: yellow
|