AppFlowy/frontend/rust-lib/flowy-document2/tests/assets/html/code.html
Kilu.He dd9b1fb78f
feat: support converting documents to JSON, HTML, or TEXT. (#3811)
* feat: support converting documents to JSON, HTML, or TEXT

* fix: modify the comment

* fix: modify the comment
2023-10-30 12:50:31 +08:00

5 lines
175 B
HTML

<meta charset="UTF-8"><pre><code class="language-rust">// This is the main function.
fn main() {
// Print text to the console.
println!("Hello World!");
}</code></pre>