John Hildenbiddle
John Hildenbiddle
Friendly request for code support in `` elements. :smile: ``` > [details] Sample Code > ```javascript > console.log('foo'); > ``` ```
Three helper-related items worth mentioning: ### 1. Blockquote helpers should support nested block-level elements Consider how generic markdown supports multiple paragraphs in a single blockquote: ```markdown > Paragraph 1 >...
After reviewing #1166 I've come to realize that there are three types of comment-based helpers that should be accounted for: 1. Helpers with block content that should render in all...
The details helper is covered here (near the end of the comment): https://github.com/docsifyjs/docsify/issues/413#issuecomment-609085729 I don’t believe there is a native “collapsible” element in markdown. Currently if you want to add...
More thoughts... A major advantage to standardizing "helper" syntax is that docsify can handle parsing the markdown and provide access to the helper data via the plugin system. This would...
Good stuff, @anikethsaha. The `polyfillURL` property concerns me a bit but perhaps this is because I'm not aware of how you're intending it to be used. For example: Do we...
> what if instead of passing hook with all the hooks, we call the same-name methods of the POJO? One advantage of passing `hook` to a single function is that...
Respectfully, I think you'll have a hard time convincing people that "classes are easier" in JavaScript in 2020. That argument may have gotten some traction in 2015/2016 when ES6 classes...
> No worries, nothing wrong with expressing opinions, in my opinion. :) Agreed. Didn't mean the "respectfully" to sound snarky. As for the other comments, I think there is some...
Hi @vhscom. A keyboard shortcut icon was added in #2278 (issue) / #2279 (PR). It currently shows a forward slash. You can review this on our `develop` branch [preview](https://docsify-preview.vercel.app/preview/). This...