ACHIEVEMENT 4 PRESENTATION ON APPLYING MARKDOWN❤️

in Newcomers' Community3 years ago

46E9F350-5575-46E9-A43E-1A4FA867B773.png
en.wikipedia.org

Good evening loving family,
Hope everyone is fine. It was not an easy task(Achievement 1-3) but I conquered with the help of my new friends @cherub27 and @njaywan.
I’m here to Present my 4th task which is applying markdown

MARKDOWN
Markdown is a markup language that formats plain text. The formatted text is then converted into another language, such as HTML. To keep the slate clean for the next author, your markdown should be simple and consistent with the whole corpus wherever possible.
Today, every major blogging platform supports Markdown, and many platforms offer modified versions of Markdown. For instance, GitHub supports GFM (GitHub Flavored Markdown), which more clearly defines the use of characters and white space, and includes special extensions for including GitHub features.

Markdown quick reference

Section headings

Headings are indicated by prefixing a line with between one and six hash marks (#). The resulting text corresponds to the HTML entities.
Including a blank line before a heading is suggested, but not required.

1# Heading 1
2## Heading 2
3### Heading 3
4#### Heading 4
5##### Heading 5
6###### Heading 6
The number of hashtags (#) we place will determine the size of the word.
Results

Heading 1

Heading 2

Heading 3

Heading 4

Heading 5
Heading 6

In many Markdown renderings, Heading 1 is centered by default.

H1 and H2 can also be indicated by a line, immediately following the heading text, containing only equals signs (=) or dashes (-), respectively.

Heading 1===

Heading 2- - -

Emphasis and strikethrough

Emphasis (italicized text) is indicated by surrounding the text in single asterisks (text), or underscores (text).

Strong emphasis (bold text) is indicated by surrounding the text in double asterisks (text), or double underscores (text).

Strikethrough text (text with a horizontal line through the center) is indicated by surrounding the text with two tildes (text).

Emphases can be combined and can overlap.
This entire line will be italicized.
The word faith in this sentence will be bold.
The last word in this sentence is displayed as strikethrough.
In this sentence, some text is bold, some is italicized, and
some is both bold and italicized.

Lists

Ordered lists are indicated by starting a line with a number and a period. Ordered sub-lists are indented by at least one space. The numbers used don't matter; if they are numbers, the list will be ordered automatically.

Unordered lists are indicated with asterisks (*), pluses (+), or minuses (-), instead of numbers and a period.

Ordered and unordered lists can be mixed, with either being a sub-list of the other.

Paragraphs can be included as list items if they are prefixed with a blank line and preceded by a line break. To skip the line break, add two spaces at the end of the previous line.

  1. First ordered list item.
  2. Second ordered list item.
  3. First ordered sub-list item.
  4. Second ordered sub-list item.
  5. Third ordered list item.
  • First unordered sub-list item.
  • Second unordered sub-list item.
    A paragraph within the second unordered sub-list item.
  • First unordered list item.
  1. First ordered sub-list item.
  • This is also an unordered list item.
  • So is this.

Links

Hyperlinks are indicated by surrounding the text of the link in brackets, immediately followed by the URL in parentheses.

Computer Hope

Code

Code (e.g., snippet of a computer program), is indicated by surrounding the text in backticks (text). It's printed in a monospaced font, with syntax highlighting, if the platform supports it.

Multiple lines of code are indicated by a line containing only three backticks, both before and after the code block. Optionally, you can include the name of the programming language after the first three backticks, to specify the syntax highlighting type.

Here, the code print("Hello, World!") is monospaced,
with syntax highlighting, if the platform supports it.
The same is true for the following code blocks:

a = "Hello, World!";
console.log(a);
10 PRINT "HELLO, WORLD!"
20 GOTO 10

Images

Images are indicated with an exclamation mark at the beginning of a line, followed by alternate (hover) text in brackets, followed by the image URL.

![Alternate text]

Thank you to everyone who made my achievement 4 a success.
@njaywan @oppongk @nattybongo @fombae @lovveday @wilmer1988

Sort:  

You must apply those markdown in your Achievement 4. You may check this link as an example,

Logro 4 por @mranton07 - Consigna: Aplicando formatos

 3 years ago (edited)

This is achievement 4 and I have applied markdown.

 3 years ago 

Hi, @dolphin33,

Your post has been supported by the the Steem Greeter Team.

Always practice those helpful markdowns to emblaze your Steemit blogs. It helps a lot in making your article presentable to your readers and the curators. My advice is, if possible you needed to memorize those necessary markdowns. For the latest updates and important announcements, don't forget to follow @steemitblog and visit the Steemit Crypto Academy for you to learn about cryptocurrency.

You have been verified for this task and you may now proceed to Achievement 5: Understanding The Steem Tools at your comfort. Please refer to the guide on the Newcomers Achievement Program on the Notice Board pinned post.

Curators rate-2

 3 years ago 

Thank you @juichi

Coin Marketplace

STEEM 0.17
TRX 0.13
JST 0.027
BTC 59079.50
ETH 2697.37
USDT 1.00
SBD 2.50