Add markdown styles

This commit is contained in:
Defectink
2022-04-06 16:02:27 +08:00
parent 5cec1c504f
commit 112309940c
6 changed files with 91 additions and 46 deletions

View File

@ -11,7 +11,7 @@ const PostTOC: FC<Props> = ({ headings }) => {
<>
<h2>What&apos;s inside?</h2>
<ul className="pl-4 border-l-4 border-gray-300">
<ul className="pl-4 border-l-4 border-gray-300 toc">
{headings?.map((h) => (
<li key={h.link}>
<Anchor href={h.link} external={false}>