Skip to content

AlexandrosPanag/My_Markdown_Projects

Repository files navigation

Markdown Projects

CC BY-NC-SA 4.0

This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.

CC BY-NC-SA 4.0

Credits: @alexandrospanag

A useful cheatsheet for markdown by Adam Pritchard can be found here : https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet

Markdown is a plain text formatting syntax aimed at making writing for the internet easier. The philosophy behind Markdown is that plain text documents should be readable without tags mussing everything up, but there should still be ways to add text modifiers like lists, bold, italics, etc. It is an alternative to WYSIWYG (what you see is what you get) editors, which use rich text that later gets converted to proper HTML.

It’s possible you’ve encountered Markdown without realizing it. Facebook chat, Skype, and Reddit all let you use different flavors of Markdown to format your messages.

Here’s a quick example: to make words bold using Markdown, you simply enclose them in * (asterisks). So, bold word would look like bold word when everything is said and done.

All told, Markdown is a great way to write for the web using plain text.

SOURCE & ORIGINAL ARTICLE WAS FOUND HERE : https://www.ultraedit.com/company/blog/community/what-is-markdown-why-use-it.html


Formatting

**THIS IS A BOLD TEXT **

ANOTHER BOLD TEXT

THIS IS AN ITALIC TEXT

ANOTHER ITALIC TEXT

Strike Through (tilde)


Headers

Heading 1

Heading 2

Heading 3

Heading 4

Heading 5
Heading 6

Inserting Images


Markdown Comments

[]: # (This is a markdown comment)

[]: # "And this is a markdown comment"

[]: # 'Also this is a markdown comment'


Ordered List

Ordered List Markdown

  1. This is list item 1
  2. This is list item 2
  3. This is list item 3
  4. This is supposed to be list item 5 but it is actually list item 4 because of the order-list rules.

*Item 1 *Item 2 *Item 3

-Item 4 -Item 5

-[X] We have completed this task -[ ] This task isn't completed yet


Table in Markdown

Table MyTable This is an example column Another example column
Coconut Melon Apple
Linus Windows Apple
0$ 100$ 1000$

Table In Markdown Aligned

Table MyTable This is an example column Another example column
Coconut Melon Apple
Linus Windows Apple
0$ 100$ 1000$

Markdown Cool Github Features

This is a better .Formatting

this is a markdown box

Bullets

  • first bullet
  • second bullet -third bullet
    • idented

Icons In Markdown

OCTAVE



Websites

this is the description of the url


Bullets Alternative

  • Item 1
  • Item 2
  • Item 3
    • Nested Item 1
    • Nested Item 2

Move To Website With Icon

LINKEDIN | LinkedIn


Line Break

With the character "
" we do a line break


Inline HTML

A basic illustration of how we can use HTML in our markdown program


Compiler IDE With Download Link SAMPLE

Compiler/IDE Download Link
Compiler IDE SAMPLE 1 Download Link
Compiler IDE SAMPLE 2 Download Link
Compiler IDE SAMPLE 3 Download Link

About

My Markdown Projects.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published