Published a year ago
Who Is A Software Engineer?Published a year ago
What Are Statically Typed Languages?A Statically Typed Language is one where the data types of its variables need to be defined ahead of time. For example, a programming language such as C requires you to specify the type of data...
Published a year ago
Markdown Nested ListsIn a previous article we looked at how to create a list in Markdown. In this article, we will look at how to create a list within a list. Something like this: Wake up ...
Published a year ago
Markdown: Add A BlockquoteTo create a blockquote to draw emphasis or highlight a block of text you will use the syntax. For example: This is a block of text Markdown: Here is another article for you 😊 "...
Published a year ago
How To Create A List In MarkdownA list is one of the best ways of laying out step-by-step instructions or presenting related items to readers. There are two main types of lists: An ordered list is one where the items within the list need to be followed in chronological order. Here is an example of such l...
Published a year ago
The Markdown Syntax For Adding SuperscriptsAn example of a superscript is the in 8th September 2022. Markdown does not have a syntax for creating these, so you must use HTML instead. Example: Here is another article for you 😊 "The Markdo...