You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using Bridgy Publish to POSSE a comment (or issue) to GitHub, it should preserve any visible plaintext markup from the source as visible plaintext markup on GitHub.
Example: http://tantek.com/2018/107/t3/ has a [data] element example, while the POSSE copy seems to have lost the <data> (but it's still in the Markdown source if I click edit)
Note that the preceding paragraph also has visible plaintext markup - "data" tag, escaped in the original: tantek.com/2018/107/b1 thus it should also be escaped and displayed in the copy of this issue on GitHub.
HTML2text should (maybe?) handle this, or if not, Bridgy Publish could escape any visible '<' (less than), '>' (greater than), and '&' (ampersand) characters from the source before publishing to GitHub.
When using Bridgy Publish to POSSE a comment (or issue) to GitHub, it should preserve any visible plaintext markup from the source as visible plaintext markup on GitHub.
Example: http://tantek.com/2018/107/t3/ has a [data] element example, while the POSSE copy seems to have lost the <data> (but it's still in the Markdown source if I click edit)
Note that the preceding paragraph also has visible plaintext markup - "data" tag, escaped in the original: tantek.com/2018/107/b1 thus it should also be escaped and displayed in the copy of this issue on GitHub.
HTML2text should (maybe?) handle this, or if not, Bridgy Publish could escape any visible '<' (less than), '>' (greater than), and '&' (ampersand) characters from the source before publishing to GitHub.
Label(s): publish
(Originally published at: http://tantek.com/2018/107/b1/)
Update: Now that this is fixed, I edited to escape data tag in this issue description, and also edited microformats/microformats2-parsing#10 (comment) to escape its data element
The text was updated successfully, but these errors were encountered: