typstify-generator 0.1.7

Static site generation engine
Documentation
// typstify:frontmatter
// title: "Technical Specification"
// date: 2024-01-22T10:00:00Z
// description: "A Typst document demonstrating technical documentation"
// tags: ["typst", "technical", "spec"]
// draft: false

This document demonstrates Typstify's support for Typst documents.

== Introduction

Typst is a new markup-based typesetting system.

== Features

=== Mathematics

Typstify renders Typst math as HTML:

$ integral_0^infinity e^(-x^2) dif x = sqrt(pi) / 2 $

=== Code Blocks

```rust
fn main() {
    println!("Hello from Typstify!");
}
```

== Conclusion

Typst provides a modern alternative to Markdown for technical documentation.