NppMarkdownPanel
NppMarkdownPanel copied to clipboard
Small but useful changes
I've added small but useful changes, such as suggesting a name when writing to HTML, and filtering before displaying with regular expressions. I have no experience with C#, so you can close this pull request without an answer.
Newer v. RegExp 0.6.2.1
There are differences - so I do not understand "no conflicts"...
Thanks for creating a PR. I hope i can review your changes next week. I dont see a problem when there are no conflicts, so everything seems to be compatible.
Unfortunately, this PR is not compatible with the current master. Therefore I am going to close this one.
already implemented in master:
- Save As UTF-8
- MarkdownPreviewForm.cs:
at the end, no
known issus:
- Link handling (solution in this PR doesn't work anymore, cause markdig is used as external lib)
- auto save is not implemented yet
not clear
- why was the regexp handling implemented?
Unfortunately, this PR is not compatible with the current master. Therefore I am going to close this one.
Ok.
not clear
- why was the regexp handling implemented?
Pre-converting text using RegExp allows "non-standard" Markdown expressions to be displayed correctly, e.g. {style}
instead of {:style}
(Jekyll).