diff --git a/readme.md b/readme.md index e0accb7..f9b4f2f 100644 --- a/readme.md +++ b/readme.md @@ -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? diff --git a/src/Content/index.md b/src/Content/index.md index 55bc244..fa8853b 100644 --- a/src/Content/index.md +++ b/src/Content/index.md @@ -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?