Skip to content
This repository has been archived by the owner on Nov 10, 2020. It is now read-only.

Implement relative includes. #37

Merged
merged 16 commits into from
Oct 20, 2015
Merged

Implement relative includes. #37

merged 16 commits into from
Oct 20, 2015

Commits on Oct 16, 2015

  1. Add fileSystem and enforce include paths with /

    Issue #36
    egonelbre committed Oct 16, 2015
    Configuration menu
    Copy the full SHA
    1fa0d30 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2015

  1. Include codeblocks during first pass.

    Issue #36
    egonelbre committed Oct 17, 2015
    Configuration menu
    Copy the full SHA
    50dfad5 View commit details
    Browse the repository at this point in the history
  2. Treat multiline ``` fenced as a code-block.

    Previously:
    
        * List
          ``` go
          A := 123
          ```
    
    Created a code-span and didn't include language information.
    Treat all code with at least 3 accents as a code-block and try to
    detect language header.
    egonelbre committed Oct 17, 2015
    Configuration menu
    Copy the full SHA
    d0b294a View commit details
    Browse the repository at this point in the history
  3. Add callouts to the code.

    egonelbre committed Oct 17, 2015
    Configuration menu
    Copy the full SHA
    915f837 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    754cd1a View commit details
    Browse the repository at this point in the history
  5. Simplify crashing code.

    egonelbre committed Oct 17, 2015
    Configuration menu
    Copy the full SHA
    41e1117 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    381fb9f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9d05968 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    80b0838 View commit details
    Browse the repository at this point in the history
  9. Implement relative imports.

    Issue #36
    egonelbre committed Oct 17, 2015
    Configuration menu
    Copy the full SHA
    264a610 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b4f5f94 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2015

  1. Configuration menu
    Copy the full SHA
    810ac7c View commit details
    Browse the repository at this point in the history
  2. Unexport FileSystem.

    egonelbre committed Oct 19, 2015
    Configuration menu
    Copy the full SHA
    0e43158 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    10793f1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f537254 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    059264c View commit details
    Browse the repository at this point in the history