standards-hub / docs

A documentation template made with Nuxt UI Pro.
https://standards-hub.github.io/docs/
0 stars 0 forks source link

Vue components in .md #97

Closed FroudeDescartes closed 6 months ago

FroudeDescartes commented 6 months ago

Check and see if it is possible to make a optimized Vue SF component for use in .md to have looks and feels of YAML method but flexibility of Inline method

FroudeDescartes commented 6 months ago

It is not possible to both add styles and use YAML Method. This method allows only one prop per line, and because that prop needs to be declared in parent component and defined a type of its data, it is not possible to pass a class to it.