Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This commit make all specs pass initially. This commit: * In last line of `Markdown#to_html`, change `lines.join("\n")` to `lines.join`. Because html format in specs does not contains `'\n'` * In second condition of `Markdown#parse_list`, fix it to detect html format instead of original markdown format. Because when checking previous line, it had already changed into html format [no important files changed]