Joe Pea
Joe Pea
> ``` > ` ` `docsify > console.log > ` ` ` > ``` > > > this will render in non docsify as > > > ``` > console.log...
> I thought the goal of this issue is to allow JavaScript to be added to markdown _and executed_ by docsify while being completely ignored (i.e. not rendered, not executed)...
Let's also think about what the use case for plugins is. Currently, the top use case seems to be for injecting HTML markup into the markdown output. How can we...
This makes me think: what if instead of passing `hook` with all the hooks, we call the same-name methods of the POJO? ```js window.$docsify = { plugins: [ { version:...
> simplicity of how data is shared between hook methods in the first example. I think using `this` is as simple: ```js { version: "4", // required docsifyVersion: "4.11.0", //...
> Respectfully No worries, nothing wrong with expressing opinions, in my opinion. :) I've read those arguments against classes before. I still believe they are great for certain situations and...
Also `repeating-linear-gradient()` 👍
What does checked or unchecked mean?
Oh I see, from your PR.
Seems like the real bug is with langmap (since vim times before neovim). The langmap feature should be able to swap keys as if it were happening outside of (neo)vim...