Icrontic.com switching to Markdown
I'm going to be flipping Icrontic over to using Markdown in posts instead of HTML very soon.
Why?
* It's easier to read in the commenting box as you're writing
* It's easier to remember & type than HTML
* It's gained widespread support and adoption
* There's really no downside I can think of
* This would've auto-formatted into a list without me writing HTML manually
Functionally, very little will change for you. The button bar above the commenting box will stay exactly the same, it'll just use Markdown instead of HTML when you press the buttons.
Old discussions & comments will stay in HTML forever (including if you edit them).
Wanna learn more about Markdown? Here's the syntax guide: http://daringfireball.net/projects/markdown/syntax
Vanilla will probably start shipping with Markdown set as the default in the very near future. We're really in love with it and hope you all enjoy using it.
Why?
* It's easier to read in the commenting box as you're writing
* It's easier to remember & type than HTML
* It's gained widespread support and adoption
* There's really no downside I can think of
* This would've auto-formatted into a list without me writing HTML manually
Functionally, very little will change for you. The button bar above the commenting box will stay exactly the same, it'll just use Markdown instead of HTML when you press the buttons.
Old discussions & comments will stay in HTML forever (including if you edit them).
Wanna learn more about Markdown? Here's the syntax guide: http://daringfireball.net/projects/markdown/syntax
Vanilla will probably start shipping with Markdown set as the default in the very near future. We're really in love with it and hope you all enjoy using it.
14
Comments
Markdown!
Reasons why I love @Lincoln:
The syntax page was pretty hard to parse (for me).
the basics page is a bit easier:
http://daringfireball.net/projects/markdown/basics
That site seems to assume we know what all the tag crap it has in the "output" examples will actually look like. I just want something that says "do this, get this final format." Are there any user-friendly guides out there, preferably with a lot of pictures and maybe a quick reference guide?
Side note, putting something in tag format makes it disappear even if it's not a valid tag. That's interesting.
Reddit uses markup if you're familiar with that.
If all vanilla-based things are going to use it, it would definitely be nice to have a page that shows what the markdown and output is for common tags. The fireball page isn't very clear.
I agree that DF's rundown was not terribly enlightening. Nor is Reddit's system especially intuitive.
Like this? http://www.markitdown.net/markdown
One interesting thing about DaringFireball is you can add ".text" to any URL to see the unformatted source as an example. And so: http://daringfireball.net/projects/markdown/syntax.text
Very help much good
Can you add that markitdown.net link to the "You can use MARKDOWN in your post" of the leave a comment area? Many a moon have I attempted to click in the hopes that basic HTML would be explained to me, but alas, it requires a seperate google search since I am but a simpleton that does not code.
Ooo Fancy tooltip Spoilers!
Does quoting a comment which includes a gif not work or am I stupid?
I had the same issue, quote seems to strip images out of the quoted post.
1) this
2) is
3) a
4) test
1) test
2) failed
3)
pls senpai
It's dots not parenthesis.
@Lincoln:
Carriage returns aren't working correctly.
One return creates a continuous line (like Reddit). Two returns creates a new paragraph, instead of starting a new line (not like Reddit).
Sounds like Reddit made up their own flavor of Markdown, which is fine, but it doesn't mean this implementation is broken.
To do a line break, add 2 spaces to the end
of the preceding line.
Not terribly intuitive, but okay.
Found today: quoting someone's bulleted list just quotes asterisks and text; the quoted material does not remain bulleted.