fix: md model desc

This commit is contained in:
Timothy J. Baek
2024-06-15 10:43:10 -06:00
parent f56da1a39f
commit 1275371e10
3 changed files with 12 additions and 5 deletions

View File

@@ -17,7 +17,7 @@
tooltipInstance.setContent(content);
} else {
tooltipInstance = tippy(tooltipElement, {
content: marked.parse(content),
content: content,
placement: placement,
allowHTML: true,
touch: touch