fsrc 3.6.1

Embed source files into any text file
Documentation
1
2
3
4
5
6
7
8
9
10
11
<h1>Hello</h1>

<!-- fsrc src="example.rs" fence="auto" -->
```rust
fn main() {
    println!("Hello, world!");
}
```
<!-- /fsrc -->

<p>Done.</p>