vue-markdown icon indicating copy to clipboard operation
vue-markdown copied to clipboard

Vues components inside vue-markdown

Open SshPwd opened this issue 7 years ago • 5 comments

<vue-markdown>
 <material-input></material-input>
</vue-markdown>

result: undefined

SshPwd avatar Jan 13 '17 12:01 SshPwd

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!

brianbancroft avatar Jan 15 '17 02:01 brianbancroft

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

faroit avatar Mar 09 '18 21:03 faroit

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

mcdoyaji avatar Aug 14 '18 02:08 mcdoyaji

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

wesamly avatar Sep 19 '20 05:09 wesamly

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

brianbancroft avatar Sep 19 '20 18:09 brianbancroft