From 1e3fc863c5041421234c3ae7d595c8e2a91ed0bd Mon Sep 17 00:00:00 2001 From: Rise <8315221+AmazingRise@users.noreply.github.com> Date: Fri, 24 Apr 2020 11:07:05 +0800 Subject: Created Troubleshooting (markdown) --- Troubleshooting.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 Troubleshooting.md diff --git a/Troubleshooting.md b/Troubleshooting.md new file mode 100644 index 0000000..11a9247 --- /dev/null +++ b/Troubleshooting.md @@ -0,0 +1,15 @@ +## {{ }} in markdown cannot be rendered + +That's because this themes used Vue.js. + +Solution: +Please use `v-pre` to surround the content with {{ }}. + +Example: +If you want to show `{{ Something }}` in your contents, please write in markdown: +```html +
+{{ Something }} +
+``` +Then you will see `{{ Something }}` on the webpage. \ No newline at end of file -- cgit v1.2.3