Разметка Markdown :: Cетевой уголок Majestio

Разметка Markdown


Форматирование представлено не полностью, ибо разметка markdown форматируется разметкой markdown, и парсер немного сходит с ума

Заголовки

# Заголовок 1 
## Заголовок 2 
### Заголовок 3 
### Заголовок 4 

Heading level's

Heading level 1
===============
Heading level 2
---------------

Heading level 2

##Heading level 2
-----------------

Bold & Italic

**Bold**  
*Italic*

Blockquote

> Dorothy followed her through many of the beautiful rooms in her castle.

Нумерованный список


1. First item

2. Second item

3. Third item

Ненумерованный список


- First item

- Second item

- Third item

Блок кода (4 отступа)

    #include <io.h>
    int main() {
      return 0;
    }

Блок кода (```)

```
 тут код
```

Блок кода (˜˜˜ язык программирования)

˜˜˜ язык_программирования
тут код
˜˜˜

"язык_программирования" для подсветки на этом сайте: 1c, abnf, accesslog, actionscript, ada, angelscript, apache, applescript, arcade, arduino, armasm, asciidoc, aspectj, autohotkey, autoit, avrasm, awk, axapta, bash, basic, bnf, brainfuck, cal, capnproto, ceylon, clean, clojure-repl, clojure, cmake, coffeescript, coq, cos, cpp, crmsh, crystal, cs, csp, css, d, dart, delphi, diff, django, dns, dockerfile, dos, dsconfig, dts, dust, ebnf, elixir, elm, erb, erlang-repl, erlang, excel, fix, flix, fortran, fsharp, gams, gauss, gcode, gherkin, glsl, gml, go, golo, gradle, groovy, haml, handlebars, haskell, haxe, hsp, htmlbars, http, hy, inform7, ini, irpf90, isbl, java, javascript, jboss-cli, json, julia-repl, julia, kotlin, lasso, ldif, leaf, less, lisp, livecodeserver, livescript, llvm, lsl, lua, makefile, markdown, mathematica, matlab, maxima, mel, mercury, mipsasm, mizar, mojolicious, monkey, moonscript, n1ql, nginx, nimrod, nix, nsis, objectivec, ocaml, openscad, oxygene, parser3, perl, pf, pgsql, php, plaintext, pony, powershell, processing, profile, prolog, properties, protobuf, puppet, purebasic, python, q, qml, r, reasonml, rib, roboconf, routeros, rsl, ruby, ruleslanguage, rust, sas, scala, scheme, scilab, scss, shell, smali, smalltalk, sml, sqf, sql, stan, stata, step21, stylus, subunit, swift, taggerscript, tap, tcl, tex, thrift, tp, twig, typescript, vala, vbnet, vbscript-html, vbscript, verilog, vhdl, vim, x86asm, xl, xml, xquery, yaml, zephir.

Таблица с выравниваниями

|Number| Syntax      |    Description |
|---   | :---:       |            ---:|
|  1   | Header      | Title          |
|  2   | Paragraph   | Text           |

Raw HTML-разметка

<div class="aside">
<h2>My heading</h2>
<p>Some text, some text, some more text.</p>
</div>

Ссылки

My favorite search engine is [Google](https://duckduckgo.com "Гугыль!!!")

My favorite search engine is Google

Рейтинг: 0/5 - 0 голосов