diff --git a/docs/pages/params-configurations.mdx b/docs/pages/params-configurations.mdx index 9a47c50c..31d88663 100644 --- a/docs/pages/params-configurations.mdx +++ b/docs/pages/params-configurations.mdx @@ -265,11 +265,11 @@ If you don't want this behavior, you can set this param to `true`. ### showTableOfContents -Show table of contents in the single post page. +Show the table of contents on the single post page. ### showSummaryCoverInPost -Show summary cover image in the single post page. +Show the summary cover image at the top of the single post page. ### imageZoomableInPost diff --git a/docs/pages/post-page.mdx b/docs/pages/post-page.mdx index f0f22725..79f7e2a2 100644 --- a/docs/pages/post-page.mdx +++ b/docs/pages/post-page.mdx @@ -4,6 +4,7 @@ import { Callout } from 'nextra/components' In [Quick Start](/), we created an example article as below: +{/* prettier-ignore */} ```md --- title: {{ replace .TranslationBaseName "-" " " | title }} @@ -80,6 +81,7 @@ If you want to change the default title of the alerts, you can add a [markdown attribute](https://gohugo.io/content-management/markdown-attributes/) named `text` like below: +{/* prettier-ignore */} ```md > [!NOTE] > The default alert title is changed to "Hello".