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 support for Markdown paragraph & improve newline behavior #31

Merged
merged 11 commits into from Dec 7, 2016

Commits on Nov 28, 2016

  1. Use updated greenbar_markdown

    Kevin Smith committed Nov 28, 2016
    Configuration menu
    Copy the full SHA
    3de4039 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2016

  1. Adjusted test suite for paragraph handling

    Added `paragraph` nodes to tests. Also dealt with whitespace parsing
    ripple effects created by introduction of `paragraph`.
    Kevin Smith committed Nov 30, 2016
    Configuration menu
    Copy the full SHA
    7d6e2e3 View commit details
    Browse the repository at this point in the history
  2. Added tests for malformed markdown links

    Kevin Smith committed Nov 30, 2016
    Configuration menu
    Copy the full SHA
    0aa0b2f View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2016

  1. Fix text node consolidation

    - Fixed text node consolidation
    - Removed unecessary newline filter passes
    - Traverse entire AST tree, including nested children when inserting
      newline nodes into text nodes
    Kevin Smith committed Dec 1, 2016
    Configuration menu
    Copy the full SHA
    94cbf56 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2016

  1. Preserve newlines on if statements

    Kevin Smith committed Dec 2, 2016
    Configuration menu
    Copy the full SHA
    894905b View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2016

  1. Standardized newline behavior inside paragraphs

    Newlines inside paragraphs will generate hard line breaks. This is a
    departure from "standard" Markdown which requires an invisible delimiter
    (two spaces followed by a newline) for the same behavior.
    
    See recent greenbar_markdown commits for the rationale behind this decision.
    Kevin Smith committed Dec 5, 2016
    Configuration menu
    Copy the full SHA
    a0f2f05 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2016

  1. Updated greenbar_markdown dep

    Kevin Smith committed Dec 6, 2016
    Configuration menu
    Copy the full SHA
    0e825a2 View commit details
    Browse the repository at this point in the history
  2. Added test for paragraphs before tables

    Kevin Smith committed Dec 6, 2016
    Configuration menu
    Copy the full SHA
    c724e24 View commit details
    Browse the repository at this point in the history
  3. Bump greenbar_markdown dep

    Kevin Smith committed Dec 6, 2016
    Configuration menu
    Copy the full SHA
    fd15256 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2016

  1. Bumped greenbar_markdown dep

    Kevin Smith committed Dec 7, 2016
    Configuration menu
    Copy the full SHA
    c42b458 View commit details
    Browse the repository at this point in the history
  2. Use merged greenbar_markdown changes

    Kevin Smith committed Dec 7, 2016
    Configuration menu
    Copy the full SHA
    82b9e08 View commit details
    Browse the repository at this point in the history