ppt-rs 0.2.14

Create, read, and update PowerPoint 2007+ (.pptx) files with rich formatting, bullet styles, themes, and templates.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<html>
<head><title>Code Test</title></head>
<body>
    <h1>Code Example</h1>
    <p>This slide has a code block.</p>
    <pre><code>fn hello() {
    println!("Hello, world!");
}</code></pre>
    <blockquote>Remember to compile before running.</blockquote>
    <h1>Plain Slide</h1>
    <p>Second slide without code.</p>
</body>
</html>