Steps to reproduce
- Open the Sandbox Vault.
- Enter the following in the body of a new note:
```vue <script setup lang="ts"> import useAppStore from "@/stores/app" import { computed } from "vue" const appStore = useAppStore() const localName = computed(() => appStore.itemDetails) const localActionName = appStore.fetchItemDetails </script>
- Add the final closing backticks as well. ```
- Observe Syntax highlighting in Editing view
- Switch to Reading View
Expected result
Syntax highlighting should be consistent across both Reading & Editing Views.
Actual result
Only Editing View has colors. Reading View is not colored.
Environment
SYSTEM INFO:
Obsidian version: v1.3.5
Installer version: v1.3.5
Operating system: Windows 10 Enterprise 10.0.19045
Login status: not logged in
Insider build toggle: off
Live preview: on
Legacy editor: off
Base theme: dark
Community theme: none
Snippets enabled: 0
Restricted mode: on
RECOMMENDATIONS:
none