mirror of
https://github.com/Myriad-Dreamin/tinymist.git
synced 2025-08-01 00:42:15 +00:00
feat: render examples in docs (#772)
* feat: render examples in docs * fix: create `hover-images` on `startHover` * dev: update snapshot
This commit is contained in:
parent
d02fa18617
commit
d75fd7e74e
17 changed files with 334 additions and 74 deletions
|
@ -91,6 +91,8 @@ use typst::{model::Document as TypstDocument, syntax::Source};
|
|||
/// The physical position in a document.
|
||||
pub type FramePosition = typst::layout::Position;
|
||||
|
||||
pub use typlite::ColorTheme;
|
||||
|
||||
/// A compiled document with an self-incremented logical version.
|
||||
#[derive(Debug, Clone)]
|
||||
pub struct VersionedDocument {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue