Added 'plain_text' option + Added documenation for the $options parameter in the README.#122
Open
seb303 wants to merge 7 commits intomtibben:masterfrom
Open
Added 'plain_text' option + Added documenation for the $options parameter in the README.#122seb303 wants to merge 7 commits intomtibben:masterfrom
seb303 wants to merge 7 commits intomtibben:masterfrom
Conversation
If true then disables various pseudo formatting: No converting bold, th or headings to upper case. No character conversion to simulate strike through for <del> No adding _ around italic text (<i> <em> and <ins> tags) <hr> is replaced by "\n\n" rather than "\n-------------------------\n"
This was referenced Feb 20, 2024
Now UTF-8 non-breaking space is supported when normalising empty lines. Also trims any trailing whitespace.
Author
|
Also added another commit improved collapsing of excess whitespace. |
No change to functionality
Now strips out comments since conditional comments for legacy email support break things
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fully tested. Should be good to go :)