Skip to content

Tags: github/paste-markdown

Tags

v1.5.3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #98 from github/add-missing-extensions-to-modules

add missing extensions to modules

v1.5.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #93 from susanwere/fix-pasting-markdown-with-html

fix pasting of markdown containing links

v1.5.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #88 from susanwere/fix-pasting-html-links

Fix: Pasting of html with similar matches that have links

v1.5.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
support pasting of team mention links (#91)

v1.4.3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
avoid regex for tag content footgun (#89)

using regex to try to select the content fo the table was leading to runaway catastprohic backtracking.

the simple solution is to just do string substring selection and insertion on the start and end tag

v1.4.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #71 from github/colebemis-patch-1

Publish to GitHub Package Registry in publish action

v1.4.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix releases (#70)

* Remove release action in favor of publish

* Also publish to GHPR

v1.4.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #68 from anleac/paste-config

Add architecture for granual pasteAsPlainText support

v1.3.5

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Validate URLs before converting text to a link (#66)

v1.3.4

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #65 from ipc103/update-paste-links

Only paste links when pasted text is only a URL