All Projects → gabrieldim → Markdown-Crash-Course

gabrieldim / Markdown-Crash-Course

Licence: other
Markdown Crash Course. Learn Markdown language on a simple way.

Programming Languages

HTML
75241 projects

Projects that are alternatives of or similar to Markdown-Crash-Course

html2md
helloworld 开发者社区开源的一个轻量级,强大的 html 一键转 md 工具,支持多平台文章一键转换,并保存下载到本地。
Stars: ✭ 332 (+232%)
Mutual labels:  markdown-to-html, md
Mditor
📝 [ M ] arkdown + E [ ditor ] = Mditor
Stars: ✭ 523 (+423%)
Mutual labels:  markdown-to-html, md
markdown articles tool
Parse markdown article, download images and replace images URL's with local paths
Stars: ✭ 37 (-63%)
Mutual labels:  markdown-to-html, md
Markdownview Android
MarkdownView is an Android webview with the capability of loading Markdown text or file and display it as HTML, it extends Android webview.
Stars: ✭ 432 (+332%)
Mutual labels:  readme, md
Markdown-for-Documentation
Markdown is a HTML compatible language used for Documentation.
Stars: ✭ 14 (-86%)
Mutual labels:  markdown-to-html, md
Markdown Toc
Generate a markdown TOC (table of contents) for a README or any markdown files, using remarkable. Used by assemble, verb, and lots of other projects on GitHub. API and CLI.
Stars: ✭ 1,185 (+1085%)
Mutual labels:  readme, md
Markdown readme
Markdown - you can mark up titles, lists, tables, etc., in a much cleaner, readable and accurate way if you do it with HTML.
Stars: ✭ 146 (+46%)
Mutual labels:  readme
Toc Org
toc-org is an Emacs utility to have an up-to-date table of contents in the org files without exporting (useful primarily for readme files on GitHub)
Stars: ✭ 202 (+102%)
Mutual labels:  readme
Svg Banners
Styled banners for your Readme made with html/css in SVG !!
Stars: ✭ 145 (+45%)
Mutual labels:  readme
Readme Model
💾 A beautiful readme model for you to put in your projects.
Stars: ✭ 131 (+31%)
Mutual labels:  readme
ultimate-seo-checklist
The ultimate SEO Checklist made by people all around the globe
Stars: ✭ 31 (-69%)
Mutual labels:  readme
Metrics
📊 An infographics generator with 30+ plugins and 200+ options to display stats about your GitHub account and render them as SVG, Markdown, PDF or JSON!
Stars: ✭ 4,621 (+4521%)
Mutual labels:  readme
A Good Readme Template
A template to make good README.md
Stars: ✭ 196 (+96%)
Mutual labels:  readme
Generator Standard Readme
Scaffold out a Standard Readme
Stars: ✭ 150 (+50%)
Mutual labels:  readme
Best Readme Template
An awesome README template to jumpstart your projects!
Stars: ✭ 4,726 (+4626%)
Mutual labels:  readme
Recruitment
Kyashの採用応募者向けの公開情報をまとめたリポジトリ
Stars: ✭ 146 (+46%)
Mutual labels:  readme
Projectz
Stop wasting time maintaining your project's readme and package files! Let Projectz do it for you.
Stars: ✭ 235 (+135%)
Mutual labels:  readme
Bornmay
Awesome Github Profile Readme. Github ReadMe Github Profile Readme Dynamic Github ReadMe Dynamic Github Profile ReadMe. Please Star and Fork
Stars: ✭ 140 (+40%)
Mutual labels:  readme
Cargo Readme
Generate README.md from docstrings
Stars: ✭ 191 (+91%)
Mutual labels:  readme
Github Profilinator
🚀 This tool contains mini GUI components that you can hook together to automatically generate markdown code for a perfect readme.
Stars: ✭ 225 (+125%)
Mutual labels:  readme

Heading 1 '# '

Heading 2 '## '

Heading 3 '### '

Heading 4 '#### '

Heading 5 '##### '
Heading 6 '###### '

This text is italic
This text is italic

This text is bold
This text is bold

This text is strikethrough




\ before the actual rule.

This is a quote


Gabriel Dimitrievski - GitHub

Gabriel Dimitrievski - GitHub

  • Text 1
  • Text 2
  • Text 3
    • Nested text 1
    • Nested text 2
      • Nested text 1
      • Nested text 2

  1. Text 1
  2. Text 2
    1. Nested text 1
  3. Text 3 // it gives the appropriate order

<p>This is paragraph</p>

Markdown Logo

//in the previous line we are saying the language that we are using.
BufferedReader br = new BufferedReader(New InputStreamReader(System.in));

String s = br.readLine();

function add(num1, num2){
    return num1 + num2;
}

Name Email
Test [email protected]
Test2 [email protected]

  • Task 1
  • Task 2
  • Task 3


Inspired by: Brad Traversy

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].