mirror of
https://github.com/Kornstalx/5etools-mirror-2.github.io.git
synced 2025-10-28 20:45:35 -05:00
v1.205.0
This commit is contained in:
@@ -399,7 +399,7 @@ class RendererMarkdown {
|
||||
this._recursiveRender(by, tempStack, meta);
|
||||
if (i < len - 1) tempStack[0] += "\n";
|
||||
}
|
||||
textStack[0] += `\u2014 ${tempStack.join("")}${entry.from ? `, *${entry.from}*` : ""}`;
|
||||
textStack[0] += `\u2014 ${tempStack.join("")}${entry.from ? `, *${this.render(entry.from)}*` : ""}`;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user