mirror of
https://github.com/avinal/avinal.github.io.git
synced 2026-07-04 07:40:09 +05:30
change appearance of the posts
Signed-off-by: Avinal Kumar <avinal.xlvii@gmail.com>
This commit is contained in:
@@ -30,12 +30,6 @@ customElements.define(
|
||||
|
||||
var lead = 0;
|
||||
renderer.heading = (text, level) => {
|
||||
if (level === 1) {
|
||||
return `<header class="text-center w-full">
|
||||
<h1>
|
||||
${text}</h1>
|
||||
</header>`;
|
||||
}
|
||||
const escapedText = text
|
||||
.trim()
|
||||
.toLowerCase()
|
||||
|
||||
Reference in New Issue
Block a user