#!/usr/bin/env python3 import markdown, re, os, hashlib from time import sleep from threading import Thread, Event from argparse import ArgumentParser, Action # regex formulas block = re.compile(r'{%body%}') code = re.compile(r'
(.*?)