Jumping To Any Section Of Your Markdown Document
You might want to add links in other parts of your markdown document so users can click and easily navigate to different sections. This can be done using Anchor tags. ...
Can Markdown Have Images?
Yes, markdown supports adding images. The goal of Markdown is to provide a more readable alternative syntax to that of HTML for writers and editors. The majority of the Markdown syntax covers typographic HTML tags. For example, to make a text bold in HTML you will use the following s...
Markdown Hacks For Technical Writers
The beauty of markdown lies in its simple yet powerful syntax. This simplicity comes at a cost though. It lacks some useful formatting features. Most of these shortcomings can be easily fixed with HTML, that is because markdown is considered a subset of HTML. This means we can write pure ...
OpenAPI Specifications: How To Make Them
The OpenAPI Specification is a specification that describes a well-laid-out approach to defining the structure of a RESTful API. There are many ways you can describe the APIs you create. The OpenAPI specification makes it easy by defining a set of rules and providing guidelines that ...
Curl For Technical Writers
Curl is a command-line tool for making network requests to servers. It can be found on most UNIX-based systems ie: Linux and Mac OS. It can also be set up on Windows with a little bit of e...