mx-puppet-slack
mx-puppet-slack copied to clipboard
Bridge Slack snippets to Matrix as code blocks
Seems this already implemented now? I see formatted code blocks on Matrix side, when Slack message have code blocks. But other way (Matrix -> Slack) seems broken: when I type on Matrix side ( " ` " is repaced to " ' " for keep formatting):
test
'''
code
'''
test2
I see on Slack side:
test<code>code
</code>test2
I believe the issue is with the <code>
tags.
Slack accepts the original matrix format (with the triple `), and the <code>
tags show as plain text on slack clients.
Reading through this more, I believe he's talking about code blocks. They get bridged as a file (see below the comparison)