Feat/rehype-citation (#270)

* feat: add rehype-citation and upgrade to next 12.0.3

* docs: update docs
This commit is contained in:
Timothy
2021-11-14 19:32:06 +08:00
committed by GitHub
parent 2239743376
commit d384d1a309
8 changed files with 426 additions and 167 deletions

View File

@ -28,7 +28,7 @@
}
.line-number::before {
@apply mr-4 -ml-2 text-gray-400 inline-block w-4 text-right;
@apply inline-block w-4 mr-4 -ml-2 text-right text-gray-400;
content: attr(line);
}