Skip to content
View mimo626's full-sized avatar

Block or report mimo626

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please donโ€™t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
mimo626/README.md

Hi there ๐Ÿ‘‹

Welcome to Dillinger

A clean, distraction-free markdown editor. Type on the left, see the rendered output on the right.


Text Formatting

Markdown makes it easy to format text. You can write in bold, italic, or strikethrough. Combine them for bold italic text. Use inline code for technical terms.

Lists

Unordered lists use dashes, asterisks, or plus signs:

  • Import files from GitHub, Dropbox, or Google Drive
  • Export to Markdown, HTML, or PDF
  • Drag and drop files directly into the editor

Ordered lists are numbered automatically:

  1. Write your markdown
  2. Preview the rendered output
  3. Export or save to the cloud

Nested lists work too:

  • Cloud integrations
    • GitHub repositories
    • Dropbox folders
    • Google Drive files
    • OneDrive and Bitbucket
  • Local features
    • Auto-save to browser storage
    • Image paste from clipboard

Task Lists

  • Set up the editor
  • Write some markdown
  • Connect a cloud service
  • Export the finished document

Links and Images

Link to any page with inline links or use reference-style links.

Images use a similar syntax:

Placeholder

Blockquotes

The art of writing is the art of discovering what you believe.

โ€” Gustave Flaubert

Blockquotes can contain other markdown elements:

Tip: Use Cmd+Shift+Z to enter zen mode for distraction-free writing.

Code

Fenced code blocks support syntax highlighting:

function greet(name) {
  return `Hello, ${name}.`;
}

console.log(greet("world"));
def fibonacci(n):
    a, b = 0, 1
    for _ in range(n):
        a, b = b, a + b
    return a

Tables

Shortcut Action
โŒ˜ โ‡ง Z Toggle zen mode
Escape Exit zen mode
? Keyboard shortcuts

Tables support alignment:

Feature Status Notes
Markdown editing Active Monaco-powered
Live preview Active Scroll-synced
Cloud sync Available 5 providers
PDF export Available Server-rendered

Footnotes

Dillinger supports extended markdown syntax including footnotes1 and definition lists.

Math

Inline math: $E = mc^2$

Block equations:

$$ \sum_{i=1}^{n} i = \frac{n(n+1)}{2} $$


Your documents save automatically. Start writing.

Footnotes

  1. Footnotes appear at the bottom of the rendered preview. โ†ฉ

Pinned Loading

  1. danew_app danew_app Public

    ๋‹ค๋‰ด: ๋งž์ถคํ˜• ๋‰ด์Šค ์ถ”์ฒœ ๋ฐ ๋™๊ธฐ๋ถ€์—ฌ ์ œ๊ณต ์–ดํ”Œ

    Kotlin

  2. modeni_app modeni_app Public

    ๋ชจ๋“œ๋‹ˆ: ์ž๋…€์™€ ๋ถ€๋ชจ๊ฐ€ ์„œ๋กœ์˜ ๊ฐ์ •์„ ์ดํ•ดํ•˜๊ณ , ์ผ์ƒ์„ ๊ณต์œ ํ•˜๋ฉฐ, ์‹ฌ๋ฆฌ์  ์œ ๋Œ€๋ฅผ ํšŒ๋ณตํ•˜๋„๋ก ๋•๋Š” ์ •์„œ ๋ณต์ง€ ์„œ๋น„์Šค

    Dart

  3. FinalProject-ShoppingMallService-team1 FinalProject-ShoppingMallService-team1 Public

    ํ…Œํ‚ท ์•ฑ์Šค์ฟจ:์•ˆ๋“œ๋กœ์ด๋“œ1๊ธฐ ์ตœ์ข… ํ”„๋กœ์ ํŠธ(์‡ผํ•‘๋ชฐ ์„œ๋น„์Šค ๊ฐœ๋ฐœ) - 1ํŒ€

    Kotlin

  4. danew_be danew_be Public

    ๋‹ค๋‰ด: ๋งž์ถคํ˜• ๋‰ด์Šค ์ถ”์ฒœ ๋ฐ ๋™๊ธฐ๋ถ€์—ฌ ์ œ๊ณต ์–ดํ”Œ์˜ ์„œ๋ฒ„(๋ฐฑ์—”๋“œ)

    Java

  5. ayz1070/c_market_app ayz1070/c_market_app Public

    Dart 1

  6. voteit voteit Public

    ์งˆ๋ฌธ์„ ๋“ฑ๋กํ•˜๊ณ  ์ฐฌ๋ฐ˜ ํˆฌํ‘œ๋ฅผ ํ†ตํ•ด ์˜๊ฒฌ์„ ๊ณต์œ ํ•  ์ˆ˜ ์žˆ๋Š” ํ™ˆํŽ˜์ด์ง€(Web)

    Java