feat: update marked parsers (#260)

* chore: remove external match functions

* chore: update parsers
This commit is contained in:
boojack
2022-10-04 10:44:16 +08:00
committed by GitHub
parent 4bd373ba57
commit eaf89aa2f2
18 changed files with 92 additions and 177 deletions

View File

@ -19,7 +19,7 @@
}
.img {
@apply float-left max-w-full w-full;
@apply float-left max-w-full;
}
.tag-span {
@ -52,7 +52,7 @@
}
code {
@apply bg-gray-100 px-1 rounded text-sm leading-6 inline-block;
@apply bg-gray-100 px-1 rounded text-sm font-mono leading-6 inline-block;
}
}