Skip to content

Latest commit

 

History

History
90 lines (66 loc) · 2.38 KB

README.md

File metadata and controls

90 lines (66 loc) · 2.38 KB

Comparing Markup Languages

ASCII Text

Example Title

== Heading 2

Example Table 1

[cols=2*] |=== |Firefox |Web Browser

|Ruby |Programming Language

|TorqueBox |Application Server |===

Example Table 2

|=== |Name |Group |Description

|Firefox |Web Browser |Mozilla Firefox is an open-source web browser. It's designed for standards compliance, performance, portability.

|Ruby |Programming Language |A programmer's best friend.

|===

Restructered Text

See example in online reStructuredText Editor

Example Title

===== Title

Subtitle

Example Table 3

===== ===== ====== Inputs Output


A B A or B ===== ===== ====== False False False True False True False True True True True True ===== ===== ======

Example Table 4

Grid table:

+------------+------------+-----------+ | Header 1 | Header 2 | Header 3 | +============+============+===========+ | body row 1 | column 2 | column 3 | +------------+------------+-----------+ | body row 2 | Cells may span columns.| +------------+------------+-----------+ | body row 3 | Cells may | - Cells | +------------+ span rows. | - contain | | body row 4 | | - blocks. | +------------+------------+-----------+

GitHub Markdown Flavor

Example Title

Title

Example Table 5

First Header Second Header
Content from cell 1 Content from cell 2
Content in the first column Content in the second column