issues
search
htmlplusplus
/
code-block
A code block HTML tag; displays text as a block of code, rendered in a similar way to how code is rendered in Markdown, with optional copy button feature.
https://www.npmjs.com/package/@htmlplusplus/code-block
MIT License
1
stars
0
forks
source link
Feature checklist
#1
Open
zdodson21
opened
1 week ago
zdodson21
commented
1 week ago
[ ] Finish copy button functionality
[x] Light and dark mode support, light mode adds gray border, dark mode adds white border (make variable
--theme-border-color
)
[x] Modify README.md
zdodson21
commented
1 week ago
Future features:
[ ] CSS Variables for complete control over border color
--theme-border-color
)