瀏覽代碼

doc: fix README.md small typos

Clean up two of the mistakes in the README.md file.
trickypr 7 年之前
父節點
當前提交
699bb625ce
共有 1 個文件被更改,包括 3 次插入1 次删除
  1. 3 1
      README.md

+ 3 - 1
README.md

@@ -122,7 +122,9 @@ var converter = new showdown.Converter(),
 
 Both examples should output...
 
+```html
     <h1 id="hellomarkdown">hello, markdown!</h1>
+```
 
 ## Options
 
@@ -248,7 +250,7 @@ var defaultOptions = showdown.getDefaultOptions();
    some text www.google.com
    ```
    will be parsed as 
-   ````
+   ```html
    <p>some text <a href="www.google.com">www.google.com</a>
    ```