eastarpen
eastarpen
## Description As mentioned in the [pandoc manual](https://pandoc.org/MANUAL.html#structuring-the-slide-show), pandoc supports 2D layout when converting markdown to revealjs slides, just need to enable option '--slide-level=2'. > Note: in reveal.js slide shows,...
[current logic](https://github.com/Ice-Hazymoon/hugo-theme-luna/blob/abadd6cbef141aaa99d2fa6f5d012e11c7112347/layouts/partials/article/components/refs.html#L9) looks strange when display long link **e.g.** **markdown content** ```md --- title: "test" refs: - name: long url test link: https://github.com/Ice-Hazymoon/hugo-theme-luna/blob/abadd6cbef141aaa99d2fa6f5d012e11c7112347/layouts/partials/article/components/refs.html#L9 - name: short url link: https://google.com -...
I'm planning to rewrite this project and add some features. If you have any suggestions, please comment here or create a new issue with 'enhancement' label. This work is expected...
Now I use the following mapping to quickly locate the headings in the page. ``` # go heading tags map gh LinkHints.click mode="focus" match="h1,h2,h3:has(:not(:empty))" directOptions={"offset":"cur","search":"doc","loop":1} ``` It works fine but...
### Feature request Provide an option that close other containers except for "ask" automatically after submitting a prompt. ### Motivation Other containers might take up a lot of space. This...
### Did you check existing requests? - [x] I have searched the existing issues ### Describe the feature Thanks for the amazing work. I use nvim as my man pager,...