Jelajahi Sumber

Fixed example in README

tstone 13 tahun lalu
induk
melakukan
f27ea87c00
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -43,7 +43,7 @@ var converter = new Showdown().converter()
 
 converter.makeHtml('#hello markdown!')
 
-// <h1 id='<h1 id="hellomarkdown">hello, markdown</h1>
+// <h1 id="hellomarkdown">hello, markdown</h1>
 
 ```