inlyne 0.5.1-beta

Introducing Inlyne, a GPU powered yet browserless tool to help you quickly view markdown files in the blink of an eye.
---
source: src/interpreter/tests.rs
description: "![This actually returns JSON 😈](http://127.0.0.1:37929/2/snapshot.png)"
expression: "interpret_md_with_opts(&text, opts)"
---
[
    Row(
        Row {
            elements: [
                Positioned {
                    inner: Image(
                        Image {
                            image_data: Mutex {
                                data: Some(
                                    ImageData {
                                        lz4_blob: { len: 7759, data: [4, 34, 77, ..] },
                                        scale: false,
                                        dimensions: (63, 72),
                                    },
                                ),
                            },
                            is_aligned: Some(Left),
                            ..
                        },
                    ),
                    bounds: None,
                },
            ],
            hidpi_scale: 1.0,
        },
    ),
    Spacer(
        InvisibleSpacer(5),
    ),
]