\r\n ```\r\n\r\nexpected output is:\r\n\r\n```\r\n\u003Cdiv class=\"hover:(bg-blue-400 font-medium)\"/>\r\n```\r\n\r\nbut the output is:\r\n\r\n```\r\n\u003Cdiv class=\"hover:bg-blue-400 hover:font-medium\"/>\r\n```\r\n\r\nAnyway to disable this behavior and display as-is?\r\n\r\nThank you.\r\n",[3105],{"name":3086,"color":3087},1033,"How to disable auto code splitting in notation :(..) in fence?","2023-01-21T14:30:18Z","https://github.com/vuejs/vitepress/issues/1033",0.7994566,{"description":3112,"labels":3113,"number":3114,"owner":3033,"repository":3034,"state":3044,"title":3115,"updated_at":3116,"url":3117,"score":3118},"@kiaking when working on https://github.com/vuejs/vitepress/pull/152, I assumed that it was the title that appeared in the sidebar links:\r\n```\r\n$title = $page.title || $site.title\r\n```\r\n\r\nBut reviewing [the code in Vuepress](https://github.com/vuejs/vuepress/blob/fbf5e5d99b40e3842a0a2566f9eb35e05863eab5/packages/%40vuepress/core/lib/node/ClientComputedMixin.js#L78), it looks like it is actually the title of the document:\r\n```\r\n$title = ( $page.title ? $page.title + ' | ' + $site.title ) : $site.title\r\n```\r\n\r\nI think it is more useful as we have it (and maybe add a $documentTitle), but maybe we need to align it to vuepress and have:\r\n```\r\n$title \u003C- same as in vuepress\r\n$sidebarTitle \u003C- current one (or we do not expose this one at all)\r\n```\r\n\r\nIt will be an interesting walk to keep as much of compat with vuepress but take the opportunity to break what could be improved. I am fine with both options here.\r\n\r\nThoughts?",[],158,"$title compat with vuepress","2023-01-21T16:24:12Z","https://github.com/vuejs/vitepress/issues/158",0.80446756,["Reactive",3120],{},["Set"],["ShallowReactive",3123],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$f0gqcHLnGJzmooqAJEExJh125dg5i93fckLDHeMsJz_8":-1},"/vuejs/vitepress/249"]