Missed codeblocks
This commit is contained in:
parent
ff68feeae6
commit
d4331326f6
2 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@ AntCMS is a lightweight CMS system designed for simplicity, speed, and small siz
|
|||
|
||||
AntCMS is designed for speed, with a simple backend and caching capabilities that allow it to quickly render and deliver pages to users in milliseconds. This speed is further enhanced by the use of Tailwind CSS in the default theme, which is only 20KB.
|
||||
|
||||
Our unit tests also ensure that rendering markdown content takes less than 0.015 seconds, as demonstrated by the following recent results: Markdown rendering speed with cache: 0.000289 VS without: 0.003414.
|
||||
Our unit tests also ensure that rendering markdown content takes less than 0.015 seconds, as demonstrated by the following recent results: `Markdown rendering speed with cache: 0.000289 VS without: 0.003414`.
|
||||
|
||||
### How does it work?
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@ AntCMS is a lightweight CMS system designed for simplicity, speed, and small siz
|
|||
|
||||
AntCMS is designed for speed, with a simple backend and caching capabilities that allow it to quickly render and deliver pages to users in milliseconds. This speed is further enhanced by the use of Tailwind CSS in the default theme, which is only 20KB.
|
||||
|
||||
Our unit tests also ensure that rendering markdown content takes less than 0.015 seconds, as demonstrated by the following recent results: Markdown rendering speed with cache: 0.000289 VS without: 0.003414.
|
||||
Our unit tests also ensure that rendering markdown content takes less than 0.015 seconds, as demonstrated by the following recent results: `Markdown rendering speed with cache: 0.000289 VS without: 0.003414`.
|
||||
|
||||
### How does it work?
|
||||
|
||||
|
|
Loading…
Reference in a new issue