Try to make each section within a page self-sufficient. i.e. avoid structuring all pages as step-by-step guides unless it really is the intent. This ensures that we can refer to sections externally (from other docs pages, Console, etc.) and expect that the user will be able to follow the section without being lost on the context that was set in earlier sections of the page. Adding statements such as "As we have described in the above section ..." might help to set up the needed context.
Try to include a TL;DR block for feature documentation at the top of the doc to summarise it as much as possible.
Use code block for highlighting actions, important keywords, eg - Go to Menu -> Settings, we want this order ID to be dynamic or create new table name using this query - CREATE TABLE TABLE_Name (col1 type, col2 type)
Don't use Italics except Image captions.
Only Headings and Table Headers will be bold.
Don't use Linebreak <hr />.
Use -> for providing path in this format only and should be always inside codeblock.