No description
Find a file
Vincent Ambo 87237f5c28 feat(render): Implement Markdown thread rendering & Gravatar
Implements a new thread rendering pipeline which all posts and the
main thread body are first converted to a `RenderablePost` structure.

During the conversion to this structure, the post body is rendered as
Markdown and the author's email address is converted into the format
required by Gravatar.
2018-04-11 13:25:12 +02:00
migrations feat(migrations): Add author columns to tables 2018-04-08 20:27:22 +02:00
src feat(render): Implement Markdown thread rendering & Gravatar 2018-04-11 13:25:12 +02:00
templates feat(render): Implement Markdown thread rendering & Gravatar 2018-04-11 13:25:12 +02:00
.gitignore chore: Add bootstrapped Cargo project 2018-04-08 15:48:49 +02:00
Cargo.lock chore(cargo): Add md5 crate dependency 2018-04-11 13:24:32 +02:00
Cargo.toml chore(cargo): Add md5 crate dependency 2018-04-11 13:24:32 +02:00
todo.org refactor(handlers): Use rendering actor for page renders 2018-04-11 12:18:33 +02:00