You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But it doesn't help with the readability of the .md and also requires us to create another adhoc component with the same code in docs/.vuepress/components/. Perhaps this would be a good case for creating a component that takes a valid vue-gg graph as one of its props and displays both the highlighted syntax as well as the rendered svg?
The text was updated successfully, but these errors were encountered:
Right now we are using a somewhat convoluted strategy to include both the code for an example as well as its actually rendered state.
So this:
But it doesn't help with the readability of the
.md
and also requires us to create another adhoc component with the same code indocs/.vuepress/components/
. Perhaps this would be a good case for creating a component that takes a validvue-gg
graph as one of its props and displays both the highlighted syntax as well as the rendered svg?The text was updated successfully, but these errors were encountered: