TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Reasons to Learn Markdown

24 点作者 jonmwords大约 13 年前

10 条评论

raju大约 13 年前
Slightly tangential, but I recently started using Mou (<a href="http://mouapp.com/" rel="nofollow">http://mouapp.com/</a>) and am totally hooked. Now, almost everything I write, I write in Markdown.<p>If you are looking for a Markdown editor for the Mac, check out Mou.<p>Disclaimer - I am in no way affiliated with the tool or it's developer. Just a happy user :)
评论 #3861077 未加载
评论 #3861076 未加载
评论 #3861099 未加载
评论 #3861326 未加载
anusinha大约 13 年前
In any conversation about Markdown, I think it's appropriate to mention Textile [1] as well. Textile is fairly similar, intended to fulfill the same niche of markup with slightly different syntax. Personally, I prefer textile because I think it's a bit more expressive, though I'd rather be writing LaTeX...<p>[1]: <a href="http://en.wikipedia.org/wiki/Textile_%28markup_language%29" rel="nofollow">http://en.wikipedia.org/wiki/Textile_%28markup_language%29</a>
评论 #3862881 未加载
AncientPC大约 13 年前
If you use vim as your primary Markdown editor, I'd suggest plasticboy's markdown plugin: <a href="https://github.com/plasticboy/vim-markdown" rel="nofollow">https://github.com/plasticboy/vim-markdown</a><p>I was using vim's default syntax highlighter for Markdown and ran into highlighting issues with unclosed single quotes.<p>Since a lot of Markdown files use .md instead of .markdown, I'd also suggest adding the file `~/.vim/ftplugin/modula2.vim` containing:<p><pre><code> setlocal filetype=mkd</code></pre>
Smudge大约 13 年前
Top reason for me: <i>separation of presentation and content</i><p>Which, when actually practiced, is the biggest advantage raw HTML offers over anything WYSIWYG. Except with Markdown I don't even have to write out the HTML, and that practice of only caring about content (and addressing presentation later using styling rules) is naturally enforced by the beautifully limited syntax Markdown offers.
评论 #3861296 未加载
voidfiles大约 13 年前
I think markdown could be the lingua franca of publishers. HTML would be the best, but it's a bit to specialized. Where as markdown walks the line of being specialized yet easy enough to learn that it won't scare away brand new users. I mean markdown can interpret plain text into something useful. If enough non-technical sites adopted markdown, front and center, it could spread widely.
评论 #3861181 未加载
zht大约 13 年前
I dislike the fact that in order insert a code block I have to smash my space bar 4 times for each line.
评论 #3860993 未加载
评论 #3860995 未加载
评论 #3860969 未加载
rosstafarian大约 13 年前
I just discovered "Nocs"[1] for the iPad/iPhone, very nice markdown editor with drop box support. It's free and seems to work better than some of the stuff I've paid for.<p>[1] <a href="http://www.wisd.com/nocs/" rel="nofollow">http://www.wisd.com/nocs/</a>
harbud大约 13 年前
Nothing beats Org (<a href="http://orgmode.org" rel="nofollow">http://orgmode.org</a>) for me. But sadly outside of Emacs (and Vim) it's virtually unknown to the rest of the world.
melvinram大约 13 年前
For the love of {whatever}, please stop using markdown or any other text to html markup. When you use it a lot yourself, you think it's no big deal. And you begin to think your users will understand it easily.<p>37signals used to do this with Basecamp. I would bet $100 that if they asked their customers, their customers would overwhelmingly say that they prefer the WYSIWYG editor that is now in Basecamp instead of the old way.<p>Make things easier for your users. Repeat.
评论 #3861118 未加载
评论 #3862594 未加载
评论 #3861196 未加载
naner大约 13 年前
It takes less time to "learn" markdown than it does to read this blog post.
评论 #3861305 未加载