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 compact_output option #394

Merged
merged 1 commit into from
Nov 26, 2020

Commits on Nov 25, 2020

  1. Add compact_output option

    As discussed in
    pragdave#393 (comment).
    I did not name the option "single_line", since newlines in code blocks
    are preserved even with it on and since Earmark passes
    the single newlines from the input to the final output.
    
    Also removes some string concatenations and replaces single-character
    binaries with character codes.
    
    I did not find a file the tests for this feature would fit in, so
    I created a new one at `test/acceptance/html/compact_output_test.exs`
    
    Closes pragdave#391
    rinpatch committed Nov 25, 2020
    Configuration menu
    Copy the full SHA
    884ce43 View commit details
    Browse the repository at this point in the history