You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice to have a button to copy a code block's content like mdBook.
In addition, we can copy content by selecting and using the browser's hotkeys. However, this looks weird, possibly due to many empty elements. There are many span with class typst-content-fallback but have no child elements.
The text was updated successfully, but these errors were encountered:
I have no idea to identify the raw blocks in a compiled document. Perhaps we can enhance it when typst provides an IR (the IR for HTML export) containing full information for us.
It would be nice to have a button to copy a code block's content like mdBook.
In addition, we can copy content by selecting and using the browser's hotkeys. However, this looks weird, possibly due to many empty elements. There are many
span
with classtypst-content-fallback
but have no child elements.The text was updated successfully, but these errors were encountered: