Hello, your plug-in is really great!
But I have two small suggestions:
- 'docsify example panels' this class, I hope I can add other class names after it
It's like this
<!-- panels:start :my-class-name -->
After compiling, it looks like this
<div class="docsify-example-panels my-class-name">
......
</div>
- Can it be designed to support element nesting so that complex layout can be realized? If it can be realized, it would be perfect.
<!-- div:card -->
<!--- div:card-body --->
After compiling, it looks like this:
<div class="docsify-example-panel card">
<div class="docsify-example-item card-body">
......
</div>
</div>
Thanks again!
Hello, your plug-in is really great!
But I have two small suggestions:
It's like this
<!-- panels:start :my-class-name -->After compiling, it looks like this
After compiling, it looks like this:
Thanks again!