EDDYMENS

Published 2 years 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 2 years ago

Markdown Nested Lists

In 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 2 years ago

Markdown: Add A Blockquote

To 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 2 years ago

How To Create A List In Markdown

A 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 2 years ago

The Markdown Syntax For Adding Superscripts

An 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...

Published 2 years ago

The Markdown Syntax For Adding Subscripts

An example of a subscript is the 2 in H2O. Markdown does not have a syntax for creating one of these, so you must use HTML instead. Example: Here is another article for you 😊 "The Markdown s...