docsify-tabs icon indicating copy to clipboard operation
docsify-tabs copied to clipboard

A docsify.js plugin for rendering tabbed content from markdown

Results 12 docsify-tabs issues
Sort by recently updated
recently updated
newest added

Try the following markdown file: https://pastebin.ubuntu.com/p/Q3DPwsdRPY/ Plugin will not parse the code blocks as we excepted.

Hello, First of all, thanks for everything you've done for Docsify !! I recently updated "Docsify-tabs" from v1.4.4 to v1.6.0 and encountered an issue. I have a two tabs set-up...

Search plugin is not able to search in the tabs tables.

Please see here for a detailed description https://github.com/docsifyjs/docsify/issues/2000

Here is the case, I am write api document, I named multiple request/response with docsify-tabs, e.g., ```javascript method1 request/response .... method2 request/response ... ``` When I click the tab 'response'...

Hello, I have tabs set up like this: ``` #### Manage ![Screenshot](assets/img/img1.jpg) #### Deploy ![Screenshot](assets/img/img2.jpg) ``` Renders as: (screenshots redacted) ![image](https://user-images.githubusercontent.com/7895581/202267553-a3c400ff-6b7d-4d75-b85f-6e2c8d90944f.png) In index.html, ``` window.$docsify = { ... tabs: {...

if you put tabs in the quote, its style will get broken

Hello! I want to return to [this](https://github.com/jhildenbiddle/docsify-tabs/issues/8) story with anchor positioning. I'm aware of your (@jhildenbiddle) comments [here](https://github.com/jhildenbiddle/docsify-tabs/issues/8#issuecomment-580074636) and agree with them: this work should be done on docsify's side...

# Versions * Docsify 4.13.1 * Docsify-tabs 1.6.3 # Steps to reproduce 1. Install docsify-tabs as plugins as per the documentation 2. Create a README.MD file with the following content:...