+ All Categories
Home > Engineering > Which is Better? Markdown or KARAS

Which is Better? Markdown or KARAS

Date post: 09-May-2015
Category:
Upload: xjine
View: 257 times
Download: 0 times
Share this document with a friend
Description:
Which lightweight markup language is better? Markdown is truly enough your request?
13
Web : http:// lightweightmarkuplanguage.com Post 2014.07.17 - Update 2014.07.17 KARAS Lightweight Markup Language Which is Better ? - Markdown or KARAS –
Transcript
Page 1: Which is Better? Markdown or KARAS

Web : http://lightweightmarkuplanguage.com

Post 2014.07.17 - Update 2014.07.17

KARASLightweight Markup Language

Which is Better ?- Markdown or KARAS –

Page 2: Which is Better? Markdown or KARAS

Which is more Intuitive?

_ Italic Text _

* Italic Text *

// Italic Text //

Markdown KARAS

Page 3: Which is Better? Markdown or KARAS

Can you see white space?

Text with

Line break.

Text with ~

Line break.

Markdown KARAS

Page 4: Which is Better? Markdown or KARAS

Can you see white space?

* List Item

* List Item

* List Item

- List Item

-- List Item

--- List Item

Markdown KARAS

How many spaces do you have to input?

Page 5: Which is Better? Markdown or KARAS

Which is more Clear?

_ Italic Text _

__ Bold Text __

* Italic Text *

** Bold Text **

* List Item

*** (Horizon)

// Italic Text //

** Bold Text **

- List Item

Markdown KARAS

Page 6: Which is Better? Markdown or KARAS

Which is more Simple?

[Alias](URL)

![Alias](ImageURL)

((URL))

((URL::Alias))

(((ImageURL::Option)))

(((AudioURL::Option)))

(((VideoURL::Option)))

Markdown KARAS

Which is more Convenient?

Page 7: Which is Better? Markdown or KARAS

Which is more Friendly?

• A Flavored Markdown

• Markdown B type

• C Like Markdown

• Markdown Ext ver. D

[[plugin-syntax :: text]]

Markdowns KARAS

Page 8: Which is Better? Markdown or KARAS

When make a Group

<div class=“groupname”>

Something Contents.

</div>

<figure>

![Alias](ImageURL)

<figcaption>title</figcaption>

</figure>

{{groupname

Something Contents.

}}

{{figure

(((ImageURL)))

= title

}}

Markdown KARAS

Page 9: Which is Better? Markdown or KARAS

Now, You know the Answer.

Page 10: Which is Better? Markdown or KARAS

What’s KARAS?

• The syntax is Simple & Clear.

• There is No Ambiguity.

• Less escape marks.

• Able to extend the function.

Page 11: Which is Better? Markdown or KARAS

You can start KARAS with

• WordPress

• Jekyll

• C#, PHP, Ruby, Javascript

Page 12: Which is Better? Markdown or KARAS

You can get LaTeX plugin

You can write LaTeX like formula in KARAS,

by using MathJax plugin.

https://github.com/KARAS-LightweightMarkupLanguage/MathJaxPluginForKARAS

[[[mathjax ::

¥sum_{n=1}^{N}n = 1 + 2 + ¥cdots + (N-1) + N ¥tag{1}

]]]

Page 13: Which is Better? Markdown or KARAS

Web : http://lightweightmarkuplanguage.com

Twitter : @LML_KARAS

E-mail : [email protected]

KARASLightweight Markup Language


Recommended