mojotech / feedbag

TV first, multiuser Github events dashboard for organizations and teams.
7 stars 1 forks source link

The templates should be be able to parse Markdown into HTML #56

Closed zachgibb closed 9 years ago

regexb commented 9 years ago

You want to take this one on @bighazycrab?

zachgibb commented 9 years ago

yup

zachgibb commented 9 years ago

forgot to assign myself

zachgibb commented 9 years ago

:smile_cat:

cpjolicoeur commented 9 years ago

I'm not understanding why we'd want this? Markdown is intended for natural-language style writing to easily be converted to HTML pages. It doesnt support things like classes, and interpolations and things like that that would be needed in a template markup?

regexb commented 9 years ago

We get the raw markdown from the github events. We are just parsing the markdown to display the event content the same way it appears on github.

regexb commented 9 years ago

Example in use https://github.com/mojotech/feedbag/blob/zg/markdown_parsing/templates/create_issue_comment.tmpl#L10

regexb commented 9 years ago

closed by #59