Updated auto-generated note headings to closer match.
This commit is contained in:
@@ -3026,11 +3026,11 @@ async function getModelInfos(urlText) {
|
|||||||
const images = version["images"];
|
const images = version["images"];
|
||||||
const tags = version["tags"];
|
const tags = version["tags"];
|
||||||
const description = [
|
const description = [
|
||||||
tags !== undefined ? "# Tags" : undefined,
|
tags !== undefined ? "# Trigger Words" : undefined,
|
||||||
tags?.join(", "),
|
tags?.join(", "),
|
||||||
version["description"] !== undefined ? "# Version Description" : undefined,
|
version["description"] !== undefined ? "# About this version " : undefined,
|
||||||
version["description"],
|
version["description"],
|
||||||
civitaiInfo["description"] !== undefined ? "# Description" : undefined,
|
civitaiInfo["description"] !== undefined ? "# " + name : undefined,
|
||||||
civitaiInfo["description"],
|
civitaiInfo["description"],
|
||||||
].filter(x => x !== undefined).join("\n\n")
|
].filter(x => x !== undefined).join("\n\n")
|
||||||
.replaceAll("</p><p>", "\n\n")
|
.replaceAll("</p><p>", "\n\n")
|
||||||
|
|||||||
Reference in New Issue
Block a user