neutron-engine 0.1.3

A lightweight markup parser for the Neutron styling language (.nt)
Documentation
<!DOCTYPE html>
<html lang="en">
    <head>
        <meta charset="utf-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>document iris</title>
    </head>
    <style>
        body{
            background-color:#333;
            margin:2px;
            display:grid;
            font-family:Arial, Helvetica, sans-serif;
            color:white;
            text-align:center; 
        }
        .container{
            background-color:#000;
            width:100%;
            height:100%;
        }
        .syntax-highlighting{
            color:rgba(255, 255, 255, 0.8);
            font-size:20pt;
        }
    </style>
    <body>
        <div class="container">
            <div class="syntax-highlighting">
                <p>Iris Neo di Laptop</p>
                <p>Neutron Demo</p>
                    
        </div>
    </body>
</html>