Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Renderer #3

Closed
7 of 8 tasks
azerupi opened this issue Jul 18, 2015 · 0 comments
Closed
7 of 8 tasks

Renderer #3

azerupi opened this issue Jul 18, 2015 · 0 comments
Milestone

Comments

@azerupi
Copy link
Contributor

azerupi commented Jul 18, 2015

Renderer

  • Generic Renderer trait
    • fn render(&self, &Vec<BookItem>, &BookConfig)
  • MDBook method to change renderer (builder pattern)

Html Renderer using Handlebars as template engine (default renderer)

  • book to json data
  • create new html page for every BookItem
    • keep structure from source
  • Render markdown to html
  • Construct TOC
@azerupi azerupi added the To-Do label Jul 18, 2015
@azerupi azerupi added this to the 0.1.0 milestone Jul 18, 2015
@azerupi azerupi mentioned this issue Jul 18, 2015
Closed
25 tasks
@azerupi azerupi closed this as completed Jul 29, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant