Skip to content

Commit d4679d8

Browse files
author
bors-servo
authored
Auto merge of #316 - joelparkerhenderson:patch-1, r=jdm
Fix headline formatting
2 parents 103df69 + 8d8524b commit d4679d8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

xml5ever/examples/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#Examples
1+
# Examples
22

33
The examples have been designed with [`cargo-script`](https://github.com/DanielKeep/cargo-script) in mind.
44

@@ -7,7 +7,7 @@ Here I'll just give broad overview how to install [`cargo script`] for Rust 1.5.
77
cargo install cargo-script
88

99

10-
#Token printer
10+
# Token printer
1111

1212
The basis of xml5ever is its tokenizer and tree builder. Roughly speaking tokenizer
1313
takes input and returns a set of tokens like comment, processing instruction, start
@@ -111,7 +111,7 @@ or by sending an [`examples/example.xml`](https://github.com/Ygg01/xml5ever/blob
111111
cargo script simple_xml_tokenizer.rs < example.xml
112112
```
113113

114-
#Tree printer
114+
# Tree printer
115115

116116
To actually get an XML document tree from the xml5ever, you need to use a `TreeSink`.
117117
`TreeSink` is in many way similar to the TokenSink. Basically, TokenSink takes data

0 commit comments

Comments
 (0)