mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
feat: update marked parsers (#260)
* chore: remove external match functions * chore: update parsers
This commit is contained in:
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user