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

Added 'plain_text' option + Added documenation for the $options parameter in the README. #122

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

seb303
Copy link

@seb303 seb303 commented Feb 20, 2024

Fully tested. Should be good to go :)

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"
@seb303 seb303 changed the title Added 'preserve_case' option + Added documenation for the $options parameter in the README. Added 'plain_text' option + Added documenation for the $options parameter in the README. Feb 20, 2024
Now UTF-8 non-breaking space is supported when normalising empty lines.
Also trims any trailing whitespace.
@seb303
Copy link
Author

seb303 commented Feb 20, 2024

Also added another commit improved collapsing of excess whitespace.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant