We’re putting together the user-friendliest Markdown tutorial we possibly can at:
If you have a chance, can you take a peek, try the interactive tutorial, and let us know what you think?
All feedback welcome.
We’re putting together the user-friendliest Markdown tutorial we possibly can at:
If you have a chance, can you take a peek, try the interactive tutorial, and let us know what you think?
All feedback welcome.
This is kinda funny, I was complimenting my team on how great our documentation is just four hours ago, and you pull the same thing
$good_docs++;
(I’ll go through it in depth in a bit)
Edit
Ooh, emojis have changed?
Edit
I am a curmudgeon. I don’t like labels for links when browsing on my phone at all. I am in the minority, but I want to see the URL for user generated content.
Ok I folded in some early feedback and minor fixes from a few other places I posted this. So take a peek when you can, and give the exercises a shot.
This is great for dummies like me! Thanks!
I haven’t tried the actual interactive tutorial yet, but:
Let’s say someone asked, “How do you make the text bold?”
How would you type: **text**
without typing text? Or is that the workaround: to throw it into an inline code block?
Edit: Oh, and this may just be because I’m not particularly observant, but I tried multiple times to get the (not-inline) code block thing to work before I realized that the instructions on how to make a code block were in the example code block.
Edit 2: …aaaaaand my answer is on the very first page of the interactive tutorial. Never mind, I’m an idiot.
What would Jamie Zawinski Say (JZWS)?
Thanks, was it clear what to do? Anything we can improve? Any bits that were confusing or could be better?
I… don’t know? What do you say? Any feedback?
Anything else to say @japhroaig did you finish the tutorial? There’s a little fun thing at the end…
I will totally steal this phrase, hope you don’t mind.
Oh crap, no. I promise I will. I looove good docs, so i may have some nitpicks but it is already great.
I know Markdown pretty well but it looked good to me.
Crashes at http://commonmark.org/help/tutorial/09-paragraphs.html?
After blockquotes, it should go to http://commonmark.org/help/tutorial/09-lists.html?
Sorry, just fixed that, my bad. We moved paragraphs up since they are so fundamental (and simple).
But how do you write an octothorpe at the start of a line? I hate how any attempt to be funny using some #humor ends up being
#huge
instead.
#likethis?
#backslashtobreakout
Perhaps this is outside the scope, but colon smilies aren’t always being interpreted correctly.
I’ll get onto the help after I get out of this pub and can concentrate.
Doesn’t matter too much since in CommonMark the space between the hash and the text is now required to make a <h1>
header. You can view the relevant discussion here.
That said the tutorial covers escaping characters not just once, but twice!
We will switch to a 100% CommonMark (aka standardized, properly specified Markdown) compliant renderer here in the next 4 months without question.
#TIL
Thanks!
I wrote a second post, but I don’t know where it went, so I’ll rewrite it as best I can.
Three notes:
The numbered list, while technically correct, is misleading. It implies that you have to do the sequencing yourself, because you used sequential numbers in your source test. Had you numbered each line with just “1.” it would be more clear that Markdown does the sequencing for you.