fix: half cut text story (thanks to shivam)

This commit is contained in:
aayush262
2024-05-29 01:59:13 +05:30
parent 11655bd38d
commit 6ce41b8fbb
21 changed files with 199 additions and 83 deletions

View File

@@ -90,10 +90,8 @@ class AniMarkdown { //istg anilist has the worst api
/* Add responsive design elements for other content as needed */
</style>
</head>
<body>
$basicHtml
</body>
<body>$basicHtml</body>
</html>
""".trimIndent()
return returnHtml
}