Skip to content

Hello, I have two small suggestions! #19

Description

@popdo

Hello, your plug-in is really great!

But I have two small suggestions:

  1. '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>
  1. 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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions