# Functions
ConvertMarkdownToHTML converts post's body into HTML.
MakeGraph returns a graph for a given list of `Posts`.
NewPost returns a new Post.
ReadFiles reads the given directory and appends into given posts.
ReplaceLinks replaces all the `[[]]` links in the body with the link to the HTML page.
# Variables
LinkRegex is the regex of links in posts.