Sukka

Results 403 comments of Sukka

Instead of having a built-in template list, what about implementing the feature like this: ```js { minifyHtmlTemplate: [ // [Tag Name, Attribute Name (Optional), Attribute Value (Optional)] ['script', 'type', 'text/x-handlebars-template'],...

PostHTML is kind of an AST parser and manipulator. Basically, it receives HTML string, converts into an AST tree (which will be processed by PostHTML plugins), then PostHTML will re-build...

It would be helpful if PostHTML provides a way for plugins to control `posthtml-render`. For example, for #6, if a user doesn't configure `quoteAllAttributes` at PostHTML side while enabling `removeOptioinalQuotes`...

https://github.com/posthtml/posthtml/issues/335 An issue has been opened at PostHTML, to see if PostHTML Team willing to implement an API for plugins to control the behavior of posthtml-render.

@oliversturm ```bash export GITHUB_TOKEN= ``` Will it work?

We could do something like this: ``` hexo plugin search # Search plugin through https://hexo.io/ 's plugin list hexo plugin add [name] hexo plugin remove [name] ```

@mcollina Actually I don't know the best way to fix it. I could simply remove the webidl interface check to address the fix, but it might not be fetch spec...

Navy theme is especially designed for Hexo's website and can not be published separately. If you are interested on writing documents on Hexo, recently I have start a new Hexo...

@curbengh Rebased and update for all the languages. It is now ready to go.

@renzibei I am not sure whether the plugin violates the ToS of jsDelivr or not. @MartinKolarik Would you mind having a look at this?