Skip to content
This repository was archived by the owner on Nov 16, 2025. It is now read-only.

Commit 7b0f571

Browse files
committed
add syntax highlighting
1 parent df1d577 commit 7b0f571

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ HTML5 Parser for node.js
44

55
Example (With jQuery!)
66
----------------------
7-
7+
```js
88
/* Before you run this, run:
99
(cd deps/jquery; rake)
1010
*/
@@ -25,7 +25,7 @@ Example (With jQuery!)
2525
util.puts(window.document.innerHTML);
2626

2727
});
28-
28+
```
2929
Interesting features
3030
--------------------
3131

0 commit comments

Comments
 (0)