birta 0.7.0

Preview markdown files in the browser with GitHub-style rendering
Documentation
Inline `code` here.

```rust
fn main() {
    println!("Hello, world!");
}
```

```python
def greet(name):
    print(f"Hello, {name}!")
```

    indented code block
    with two lines

```unknownlang
this should render as plain text
```