fsrc 3.6.1

Embed source files into any text file
Documentation
1
2
3
4
5
6
7
8
/* Styles */
/* fsrc src="example.rs" fence="auto" */
```rust
fn main() {
    println!("Hello, world!");
}
```
/* /fsrc */