add copy button to code blocks
This commit is contained in:
parent
c6f47db8ba
commit
cdcf69db60
5 changed files with 122 additions and 17 deletions
|
|
@ -1,5 +1,5 @@
|
|||
#import "./custom_html.typ" as chtml
|
||||
#import "./html_utils.typ": get-css
|
||||
#import "./html_utils.typ": get-css, get-js
|
||||
|
||||
/// Generate the html <head> element for the page.
|
||||
#let html_head(
|
||||
|
|
@ -87,6 +87,7 @@
|
|||
}}
|
||||
|
||||
html.style(get-css())
|
||||
html.script(get-js())
|
||||
|
||||
})
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue