amshar21 / notes2html

Converts text files to HTML

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

notes2html Build Status Coverage Status

I write notes of random topics and I wanted to keep them online for easy access. However, I hate writing HTML.

text2html transforms my notes to basic HTML. The workflow is just writing and pushing a note. After this, a git hook triggers a text2html job that builds the notes and synchronizes it to http://guif.re

To run unit tests: $ coverage run -m unittest discover; coverage html

Syntax

Document title Title one paragraph one bold start of code end of code #image#

About

Converts text files to HTML


Languages

Language:Python 100.0%