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

Generate html directly #8

Open
nfischer opened this issue Mar 6, 2016 · 1 comment
Open

Generate html directly #8

nfischer opened this issue Mar 6, 2016 · 1 comment
Labels

Comments

@nfischer
Copy link
Member

nfischer commented Mar 6, 2016

Generating markdown and converting it to html works, but is very limiting. I think we can achieve much nicer results if we programmatically build a DOM and then write it out to a file. This should be easy to achieve using something like xmlbuilder. If we add in css files, then we can have complete control over styling, which is good.

@ariporad
Copy link
Contributor

ariporad commented Mar 6, 2016

I thought about doing this, but I feel like it would be much more complicated. I'm not sure if it's worth it.

@ariporad ariporad added the feat label Mar 6, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants