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

Commit bf81687

Browse files
committed
Fix broken Markdown headings
1 parent a20acb0 commit bf81687

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ The Ant Build Script is a tool that optimizes your code for production use on th
22

33
It's designed to work with HTML5 Boilerplate with minimal configuration, but it's also here to serve as a rich source of Ant tasks you can use as the basis for your own custom build scripts.
44

5-
##Compatibility
5+
## Compatibility
66
While it should work with any version of HTML5 Boilerplate (with varying degrees of intervention) v1.0 of the Build Script was developed and tested against v4.0 of HTML5 Boilerplate.
77

88
## Why use it?
@@ -34,7 +34,7 @@ Faster page load times, improved workflow and happy end users :)
3434

3535
For most people, you can just drop the contents of the build script repo into your HTML5 Boilerplate project in a `build` folder. That's the easiest way to get up and running.
3636

37-
###Add the build script to your project (Advanced version)
37+
### Add the build script to your project (Advanced version)
3838
Since we split out the build scripts from the main h5bp repo, you now have more options on how to integrate a build script into your project.As was mentioned you can simply drop the contents of the build script repo into a `build` folder and you're good to go.
3939

4040
If you'd like to merge it into your main HTML5 Boilerplate repository and preserve the build script commit history (and the ability to update from Github), alongside the H5BP commit history, please follow this workflow:

tools/readme.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,42 +2,42 @@
22

33
Here's a list of the amazing tools that make this script possible
44

5-
##HTML Validator
5+
## HTML Validator
66

77
https://github.com/madr/HTMLvalidator
88

9-
##JSDoc3
9+
## JSDoc3
1010

1111
https://github.com/jsdoc3/jsdoc
1212

13-
##CSSLint
13+
## CSSLint
1414

1515
https://github.com/stubbornella/csslint
1616

17-
##Closure Compiler
17+
## Closure Compiler
1818

1919
https://developers.google.com/closure/compiler/
2020

21-
##JSHint
21+
## JSHint
2222

2323
http://www.jshint.com/
2424

25-
##JSLint
25+
## JSLint
2626

2727
http://www.jslint.com/
2828

29-
##SASS
29+
## SASS
3030

3131
http://sass-lang.com/
3232

33-
##HTMLCompressor
33+
## HTMLCompressor
3434

3535
http://code.google.com/p/htmlcompressor/
3636

37-
##LESS
37+
## LESS
3838

3939
http://lesscss.org/
4040

41-
##Rhino
41+
## Rhino
4242

4343
https://developer.mozilla.org/en-US/docs/Rhino

0 commit comments

Comments
 (0)