Giter VIP home page Giter VIP logo

easy-create-markdown's Introduction

Markdown Syntax Guide

By Muhammad Fadhil Hilmi

Markdown adalah cara untuk gaya teks di web. Anda mengontrol tampilan dokumen; memformat kata sebagai Bold atau Italic, menambahkan gambar, dan membuat daftar hanyalah beberapa hal yang dapat kita lakukan dengan Markdown. Sebagian besar, Markdown hanya teks biasa dengan beberapa karakter non-abjad dilemparkan, seperti # atau *.

Ini adalah tampilan atau pembuatan dari Markdown dan kalian dapat gunakan pada Github.

Header

H1

H2

H3

H4

H5
H6
Contoh :

# H1
## H2
### H3
#### H4
##### H5
###### H6

# Tag untuk membuat <h1> atau heading 1, semakin banyak #, maka size dari heading atau teks tersebut akan semakin kecil.

Emphasis

Teks Italic Teks Bold Kombinasi Keduanya

Contoh :

* Dapat membuat teks menjadi Italic *
_ Dapat membuat teks menjadi Italic _

** Dapat membuat teks menjadi Bold **
__ Dapat membuat teks menjadi Bold __

_ Kalian dapat **Kombinasikan** kedua hal tersebut _

Strikethrought

Jika kalian ingin membuat teks seperti ini kalian dapat mencobanya dengan menggunakan Strikethrought

Kalian dapat menggunakan ~~ini~~ untuk membuat Strikethrought.

List

Unordered List

  • Item 1
  • Item 2
  • Item 3
    • Item 3.1
    • Item 3.2
Contoh :

- Item 1
- Item 2
- Item 3
    - Item 3.1
    - Item 3.2

Ordered List

  1. Item 1
  2. Item 2
  3. Item 3
    1. Item 3.1
    2. Item 3.2
Contoh : 

1. Item 1
2. Item 2
3. Item 3
    1. Item 3.1
    2. Item 3.2

Gambar

Github Logo:

Alt Text

Contoh:

![GitHub Logo](/images/logo.png)
Format: ![Alt Text](url)

Links

[Github] [Instagram]

Contoh :

http://github.com - otomatis!
[GitHub](http://github.com)

Blockquote

Hilmi, said :

" Belajar Git itu mudah, asal ada kemauan dari dalam diri sendiri ! "

Contoh :

Kalian, 
> Oke, siap !

Inline Code

Kalian dapat menggunakan <code> pada baris ini.

Contoh : 

Kalian dapat menggunakan `<Inline code>` pada setiap baris atau kalimat.

Syntax Highlighting

HTML

```HTML
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta http-equiv="X-UA-Compatible" content="ie=edge">
    <title>Document</title>
</head>
    <body>
    </body>
</html>

Jika kalian ingin membuat Syntax Highlighting seperti diatas, dapat menggunakan ``` pada awal dan akhir kalimat atau syntax yang ingin di highlight.

Task List

  • @mentions, #refs, links, formatting, and tags supported
  • list syntax required (any unordered or ordered list supported)
  • this is a complete item
  • this is an incomplete item
Contoh : 

- [x] @mentions, #refs, [links](), **formatting**, and <del>tags</del> supported
- [x] list syntax required (any unordered or ordered list supported)
- [x] this is a complete item
- [ ] this is an incomplete item

Tables

Kalian dapat membuat sebuah tabel dengan menggunakan - untuk membuat baris, dan kemudian | untuk membuat sebuah kolom.

Kolom Pertama Kolom Kedua
Item 1 Item 2
Item 3 Item 3
Contoh :

Kolom Pertama | Kolom Kedua
------------ | -------------
Item 1 | Item 2
Item 3 | Item 3

Emoji

Github juga mendukung penggunakan Emoji dan dapat kalian gunakan.

Sumber : Guide Github

easy-create-markdown's People

Contributors

hlmy27 avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.