tinki 0.1.0

Markdown based personal wiki
Documentation
<html>
  <head>
    <meta content="text/html;charset=utf-8" http-equiv="Content-Type"/>
    <title>Ivanceras</title>
    <link rel="stylesheet" href="minimal.css" />
    <style type="text/css">
        body {
            font-family: "Fira Sans", "Courier New", Courier,"Lucida Sans Typewriter","Lucida Typewriter",monospace;
        }
    </style>
  </head>
  <body>
    <script src='pkg/tinki.js'></script>
    <script type=module>
        wasm_bindgen('pkg/tinki_bg.wasm')
            .catch(console.error);
    </script>
  </body>
</html>