mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Two spaces bleeeehhhh
This commit is contained in:
parent
f461592c78
commit
33a84240ba
@ -22,7 +22,7 @@ const refSlug = SchemaTools.getRefSlug(schema);
|
||||
const enumVals = SchemaTools.getEnumValues(schema);
|
||||
const props = SchemaTools.getProps(schema, level);
|
||||
|
||||
const descSplit = description?.toString().split("\n").map(l => l.trim()).filter(l => l.length !== 0);
|
||||
const descSplit = description?.toString().split(" \n").map(l => l.trim()).filter(l => l.length !== 0);
|
||||
|
||||
const HeadingTag = levelMap[level] ?? "h6";
|
||||
---
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user