Resources/Initial/MiaoYan PPT.md
Beautiful presentations made simple
Need to adjust animations or pagination? Add a leading HTML comment with key: value pairs:
<!--
transition: none
backgroundTransition: none
transitionSpeed: fast
controls: false
progress: false
slideNumber: c/t
-->
highlight.lineNumbers)null, bracketed lists [a, b], or stringsCommand + Option + P in any document--- separators are automatically recognizedBuilt with Reveal.js for advanced features
You can customize slide backgrounds with colors, gradients, images, or even websites
Watch these items appear in sequence:
Perfect for step-by-step explanations
Progressive code revelation:
import SwiftUI
struct MiaoYanApp: App {
var body: some Scene {
WindowGroup {
ContentView()
.frame(minWidth: 1000, minHeight: 600)
}
}
}
MiaoYan supports LaTeX math in presentations:
$$E = mc^2$$
Inline math works too: $\pi \approx 3.14159$
Complex equations: $$\sum_{i=1}^{n} x_i = \frac{n(n+1)}{2}$$
Left Column
Right Column
| Feature | Status | Rating |
|---|---|---|
| Markdown | Complete | 5/5 |
| LaTeX Math | Complete | 5/5 |
| Code Syntax | Complete | 5/5 |
| Diagrams | Complete | 5/5 |