Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hello, I have two small suggestions! #19

Open
popdo opened this issue Jul 2, 2021 · 1 comment
Open

Hello, I have two small suggestions! #19

popdo opened this issue Jul 2, 2021 · 1 comment

Comments

@popdo
Copy link

popdo commented Jul 2, 2021

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!

@VagnerDomingues
Copy link
Owner

I really liked your ideas i'm trying to find some time to test them. i'll left this issued opened for now.

have you used it somewhere? i'd like to add to the documentation examples. thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants