2
2
2r2w2012-07-20 13:22:40
Habr
2r2w, 2012-07-20 13:22:40

Why doesn't Habr support markdown syntax?

I would really like to use Markdown when creating articles and questions. To create lists like this:

1) элемент 1
2) элемент 2
3) элемент 3

instead of long
<ol>
<li> элемент 1</li>
<li> элемент 2</li>
<li> элемент 3</li>
</ol>

and write links in the form without suffering from the perverse
[вот такая вот ссылка](http://www.linksource.com)
<a href="http://www.linksource.com">вот такая вот ссылка</a>

Is it possible to somehow enable Markdown on Habré? And is it planned at all?
PS and there is already syntax highlighting in the source tag for Markdown

Answer the question

In order to leave comments, you need to log in

5 answer(s)
S
silvansky, 2012-07-20
@silvansky

You can write in any editor that supports MD, and then convert to html, for Sublime Text 2 there are plugins for this.

G
giner, 2012-07-20
@giner

That would be a normal coloring of the code. And html can be tolerated.

A
astrobeglec, 2012-07-20
@astrobeglec

In order not to suffer with tags, I got myself a sheet with tags in gedit (“Notepad”). Copy-paste tags dramatically reduces the time it takes to write an html document.

S
spmbt, 2012-07-20
@spmbt

Probably the fewer rules the better. And 2nd - you can add tags using the buttons above the input field. Even faster than copying. (For convenience, I expanded the number of tags with a userscript, but I prefer not to use list tags, because on the site they create additional indents in the text, and the text becomes less manageable. For example, I didn’t want indents on the left, but they appeared, and remove or cannot be added.)

  1. element 1
  2. element 2
  3. element 3

R
rumkin, 2015-12-28
@rumkin

A simple markdown to HabrML converter https://jsfiddle.net/rumkin/xnabfmq9/

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question