amyreese / markdown-pp

Preprocessor for Markdown files to generate a table of contents and other documentation needs
MIT License
309 stars 68 forks source link

add shift functionality for !INCLUDE directives. #26

Closed leotrs closed 8 years ago

leotrs commented 8 years ago

Addresses #15. Passes all tests in the proposed test suite.

amyreese commented 8 years ago

Two things:

  1. Please make sure the readme is updated to cover the new functionality
  2. I know it's more difficult, but Markdown also supports underlining headings with --- or ===, and it would be great to support that as well, even if it meant blanket replacing the underlines with ## style headers.
leotrs commented 8 years ago

TODO: add a test as soon as test branch is merged.

leotrs commented 8 years ago

@jreese just realized the latest python on travis is 3.4. Time to add 3.5?

amyreese commented 8 years ago

Looks great! And yes, let's add 3.5 to the build list. Care to submit a PR for that?