miaolz123 / vue-markdown

A Powerful and Highspeed Markdown Parser for Vue
https://miaolz123.github.io/vue-markdown/
MIT License
1.93k stars 258 forks source link

Vues components inside vue-markdown #14

Open SshPwd opened 7 years ago

SshPwd commented 7 years ago
<vue-markdown>
 <material-input></material-input>
</vue-markdown>

result: undefined

brianbancroft commented 7 years ago

I'm just coming to a similar problem as well. I have built a Vue component whose purpose is to render a specific markdown file.

Is there a way one can add external files similar to @SshPwd:

   <vue-markdown>
      <markdown-file></markdown-file>
   </vue-markdown>

Doing that would make this library more useful as a middleware for making vue projects that generate blogs, similar to jekyll-rb or hugo.

Best wishes, and thanks for all that you're doing for this project!

faroit commented 6 years ago

@brianbancroft this would be great, indeed. Did you find an workaround?

mcdoyaji commented 6 years ago

@brianbancroft how about #52 ? It could render a specific markdown file.

wesamly commented 4 years ago

Any plans to add this, it will be great feature.

brianbancroft commented 4 years ago

@mtdoyaji One year is so long a time that I can't remember. I believe I ended up doing something such as that?