parsedown icon indicating copy to clipboard operation
parsedown copied to clipboard

can i add with bootstrap 4?

Open amin007 opened this issue 5 years ago • 5 comments

amin007 avatar Nov 03 '19 10:11 amin007

Maybe you can create a branch to design for bootstrap4?

Linnzh avatar Nov 15 '19 01:11 Linnzh

@Linnzh , make a new branch?

amin007 avatar Nov 28 '19 00:11 amin007

@amin007 , I just make a suggestion. You can add a Bootstrap4 branch and add the corresponding class name to each tag in the branch code, or add a template to the generated HTML, etc. Of course, you can also fork the repository and customize it yourself (I tried Add the class name to the tag, but unfortunately this PR was not passed). Of course, this is based on the fact that the class name is known and fixed. If you want to add freely, I think it will be very troublesome and lose the simplicity of this library.

Linnzh avatar Nov 28 '19 01:11 Linnzh

@Linnzh , i have try add style in this library.

but if i add style, this library lose the simplicity

amin007 avatar Nov 28 '19 07:11 amin007

@amin007 , Yes. So what I did later, after generating the HTML snippet, use a

tag to wrap it, and then customize the style on this
tag. This will be simpler and can be changed at will.

Linnzh avatar Nov 28 '19 09:11 Linnzh