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

Add script to generate html and pdf files from markdown. #84

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

studersi
Copy link
Contributor

@studersi studersi commented May 8, 2018

This is to address issue #6.

The script generates html files from the markdown source and pdf files from html source.

Note that there are still some issues with this script:

  • HTML files are not styled at all
  • HTML files contain the filename
  • HTML files are missing some images
  • HTML files do not have an index page
  • HTML output directory folder structure does not necessarily correspond to folder structure on website
  • PDF files contain header and footer with metadata from printing
  • PDF files only contain single tutorials, they are not joined into a single file

Some of these problems are fairly easy to address but require decisions to be made first (e.g. how to structure the output directories).

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

Successfully merging this pull request may close these issues.

1 participant