package
0.6.0
Repository: https://github.com/hackstream/zettel.git
Documentation: pkg.go.dev

# 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.

# Structs

Link is the link given to another post.
Metadata contains the metadata extracted from the frontmatter of the post.
Post
Post contains all the necessary things to render a post.