Creating a Coding Post on Medium
1 min readOct 22, 2017
Coding posts will need to include at least the following items:
- Links to reference material
- Images of screenshots
- Coding samples
Creating a link that automatically pulls in some value-added metadata is as trivial as pasting it from the browser:
Inserting an image from a screenshot is as simple as placing the intended image on the clipboard and pasting. Here is a screenshot of the GitHub Gist editor:
Coding samples can be embedded by writing code, highlighting it, and pressing: Ctrl+Alt+6
Console.WriteLine(“Hello, World!”);
Not too shabby, but how about some basic formatting and syntax highlighting?
- Navigate to the GitHub Gist editor. This reference link was created by highlighting “GitHub Gist editor”, pressing Ctrl+k, and pasting the link into the input.
- Write some code and press: Create Public Gist, as per the screenshot above.
- Paste Gist the link, press Enter, and voila!