#!/usr/bin/python
#html.escape will be useful
import html
title = ""
#html_templ = """
#
#""" + Title + """
#
#
#"""
# Only do the tag
class markdown():
outStr = ""
mdFile = ""
def __init__(self, mdFile):
outStr = ""
self.inFile = mdFile
def markdown(self):
print("placeholder")
def __str__(self):
return("placeholder")