Question. I'm attempting to follow the docs and I'm a bit lost on typographic replacements. Can you give a little more detail on how to enable typographer? Would enabling this fix the numbered lists so that they are actually numbered. See example here of them not actually being numbered.
Last question, where do I enable the markdown-it plugins? I thought it would be in the .vuepress/config.ts file, like this:
import { ThemeConfig } from "vuepress-theme-vt";
import { defineConfig4CustomTheme } from "vuepress/config";
export = defineConfig4CustomTheme<ThemeConfig>((ctx) => ({
theme: "vt",
title: "Title",
plugins: [
[
'HERE?'
]
themeConfig: {
enableDarkMode: true,
Thanks in advance!
Question. I'm attempting to follow the docs and I'm a bit lost on typographic replacements. Can you give a little more detail on how to enable typographer? Would enabling this fix the numbered lists so that they are actually numbered. See example here of them not actually being numbered.
Last question, where do I enable the
markdown-itplugins? I thought it would be in the.vuepress/config.tsfile, like this:Thanks in advance!