Authoring Markdown externally and pasting the 'pretty' output into Slack (on Linux) (3 mins read).
How to use xclip
to copy the rendered representation of Markdown into a rich-text form into Slack.
Authoring Markdown externally and pasting the 'pretty' output into Slack (on Linux) (3 mins read).
How to use xclip
to copy the rendered representation of Markdown into a rich-text form into Slack.
Here's a Markdown tip which I don't think is well known. Triple backticks marks a code block. But if your code happens to contain three backticks you can use quadruple backtacks (or more) for the code block. i.e. ````python print("```") ````
<p>When writing technical documentation, blog posts or conducting code reviews, it can be useful to render backticks in Markdown inline code, code blocks or fen
Markdown reduces the effort I spend on writing significantly, because it makes so many things not worth the effort of writing
David R. MacIver (@DRMacIver)Thu, 21 Apr 2022 18:33 +0000
Markdown: "I'm so much easier to use than rST" Also Markdown: "Want to put a fenced code block inside a quote? Good fucking luck, idiot"Hillel (@hillelogram)Thu, 21 Apr 2022 18:30 +0000
GitHub now automatically creates a table of contents for your README.md files from your headers. π After much consideration, we made this a feature of the viewer, not a concern of the editor: no special markdown to insert. π‘ Let us know what you think!Nat Friedman (@natfriedman)Fri, 26 Mar 2021 12:54 GMT
You're currently viewing page 1 of 1, of 7 posts.