Closed burkongla closed 2 years ago
Hi, i cloned your repository and it works. You should take care of your file indentations.
Maybe it is better when u use a file.
BR, nucle
Thank you for your time, I appreciate it! This was also the issue on the main project also. I must have not realized that it was linting those lines on save and that it would cause the issue.
Hi, I have tried to install the extension on 3 projects, the last two on new quasar projects whose repositories I have added here. There is no error, but it does not seem to do anything.
vueLoaderOptions: { compilerOptions: { isPreTag: (tag) => tag === 'pre ' || tag === 'q-markdown' } },
Here are the repositories of the fresh quasar projects I tested: https://github.com/burkongla/qmarkdown-webpack-issues https://github.com/burkongla/qmarkup-vite-issues
Here is an example of the IndexPage.vue which I attempted to use q-markdown in: (Had some issues with posting it as a code block, here is link to IndexPage instead) https://github.com/burkongla/qmarkup-vite-issues/blob/master/src/pages/IndexPage.vue
Expected behaviour: Text to be displayed as in the samples provided here: https://qmarkdown.netlify.app/developing/using-qmarkdown#Code
Screenshot: