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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Markdown, Block Parsing and the Road to Hell

2 点作者 davidblair超过 15 年前

1 comment

wglb超过 15 年前
The article talks about a particular behavior in markdown when leading spaces are potentially ambiguous. However, it seems that there is an error, as the input in one example contains the strings "one" "two" "three" "four", the output is said to contain "one" "two" "two" "two".<p>When writing programming articles showing actual code, it is quite important to get all the details right. A reader seeing the first non-reproduceable result will lose confidence in the presentation.