feat: code block language selection (#198)

* code block language selection

* cleanup

* Add copy button
This commit is contained in:
Philip Okugbe
2024-08-24 18:12:19 +01:00
committed by GitHub
parent 4433d5174d
commit 17475bf123
4 changed files with 85 additions and 3 deletions

View File

@ -0,0 +1,4 @@
.selectInput {
height: 25px;
min-height: 25px;
}