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 converting Windows, Mac, UNIX EOL to HTML break #3

Merged
merged 1 commit into from
Dec 19, 2019

Conversation

atc0005
Copy link
Owner

@atc0005 atc0005 commented Dec 19, 2019

Add optional conversion of EOL to break statement

  • Add flag for converting Windows, Mac and UNIX EOL to
    HTML/Markdown break statements (<br>)
  • Update README coverage
  • Update CHANGELOG
  • Update GoDoc file

fixes #2

@atc0005 atc0005 added documentation Improvements or additions to documentation enhancement New feature or request changelog Issues with or maintenance of this project's CHANGELOG.md file godoc command-line labels Dec 19, 2019
@atc0005 atc0005 added this to the v0.2.0 milestone Dec 19, 2019
@atc0005 atc0005 self-assigned this Dec 19, 2019
- Add flag for converting Windows, Mac and UNIX EOL to
  HTML/Markdown break statements (`<br>`)
- Update README coverage
- Update CHANGELOG
- Update GoDoc file

refs #2
@atc0005 atc0005 force-pushed the i2-add-support-for-converting-eol-to-html-break branch from 041d4db to 3af9e05 Compare December 19, 2019 14:31
@atc0005 atc0005 merged commit 47314f6 into master Dec 19, 2019
@atc0005 atc0005 deleted the i2-add-support-for-converting-eol-to-html-break branch December 19, 2019 14:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog Issues with or maintenance of this project's CHANGELOG.md file command-line documentation Improvements or additions to documentation enhancement New feature or request godoc
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add flag to enable replacement of '\n' with '<br>'
1 participant