This commit is contained in:
parent
8bd882760e
commit
d3b5d8a5bb
1 changed files with 2 additions and 2 deletions
|
@ -134,8 +134,8 @@ function render(node: Node): string {
|
|||
case "Hexagram":
|
||||
//outputHTML = "<p><i>" + node.value + "</i></p>";
|
||||
|
||||
node.value = node.value?.replace("</h1>", "</h1><i>"); //TODO: OK??
|
||||
outputHTML = "<p>" + node.value + "</i></p>"; //TODO: OK??
|
||||
node.value = node.value?.replace("</h1>", "</h1><b><i>"); //TODO: OK??
|
||||
outputHTML = "<p>" + node.value + "</i></b></p>"; //TODO: OK??
|
||||
|
||||
outputHTML = outputHTML + render(node.child!);
|
||||
|
||||
|
|
Loading…
Reference in a new issue