frontmatter-markdown-loader
frontmatter-markdown-loader copied to clipboard
How can we pass the parsed html to html-loader?
In some situation, we need some additional works to process on the html content by html-loader
Interesting. Could you give more detail with the actual sample codes? I'd like to think about whether accepting html-loader
options for html
property.
As a workaround, you can intercept parsed HTML in markdown
option by giving markdown compilation manually.
https://github.com/hmsk/frontmatter-markdown-loader#use-your-own-markdown-compile
We may reference some local assets which needed to be processed by html-loader.
Understood, I may try to support that by some measures. It'll be great if you give actual settings for html-loader which you're using.
I think this issue should be closed @hmsk regarding of merged https://github.com/hmsk/frontmatter-markdown-loader/pull/74
No, this is not fully fulfilled. Imported html
doesn't work as intentional.
#74 is just for imported vue
contents.