{content.category}
{post.date}
•
{content.readingTime}
{/* Title */}
{post.author.charAt(0)}{post.author.split(" ")[1]?.charAt(0)}
{post.author}
{post.authorRole}
{paragraph.replace("## ", "")}
); } if (paragraph.startsWith("### ")) { return ({paragraph.replace("### ", "")}
); } if (paragraph.startsWith("> ")) { return ({paragraph.replace("> ", "")}); } if (paragraph.startsWith("- ")) { return (
-
{paragraph.split("\n").map((li, idx) => (
- {li.replace("- ", "")} ))}
{codeHeader &&
);
}
return {codeHeader}
}
{codeLines.join("\n")}
{paragraph}
; })}
{content.tags.map((tag) => (
#{tag}
))}