Skip to content

Commit 5bb5bd9

Browse files
committed
layout
1 parent c8d26bd commit 5bb5bd9

File tree

1 file changed

+17
-10
lines changed

1 file changed

+17
-10
lines changed

README.md

+17-10
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
# HtmlUnit - CSSParser ----------------------------------------------------
1+
HtmlUnit - CSSParser
2+
--------
23

34
This is the code repository of the CSS parser used by HtmlUnit starting with version 1.30.
45

@@ -8,16 +9,17 @@ This implementation starts based on CSSParser 0.9.25; we removed the sac depende
89

910
We will try to stay in sync with CSSParser regarding the features in the future.
1011

11-
## Getting Started --------------------------------------------------------
12+
Getting Started
13+
--------
1214

1315
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
1416

15-
### Prerequisites ---------------------------------------------------------
17+
### Prerequisites
1618

1719
You simply only need a local maven installation.
1820

1921

20-
### Building --------------------------------------------------------------
22+
### Building
2123

2224
Create a local clone of the repository and you are ready to start.
2325

@@ -27,18 +29,20 @@ Open a command line window from the root folder of the project and call
2729
mvn compile
2830
```
2931

30-
### Running the tests -----------------------------------------------------
32+
### Running the tests
3133

3234
```
3335
mvn test
3436
```
3537

36-
## Contributing -----------------------------------------------------------
38+
Contributing
39+
--------
40+
3741

3842
TODO
3943
Please read [CONTRIBUTING.md](https://gist.github.com/PurpleBooth/b24679402957c63ec426) for details on our code of conduct, and the process for submitting pull requests to us.
4044

41-
## Deployment and Versioning ----------------------------------------------
45+
## Deployment and Versioning
4246

4347
This part is intended for committer who are packaging a release.
4448

@@ -73,15 +77,18 @@ This part is intended for committer who are packaging a release.
7377
* Update the version number in pom.xml to start next snapshot development
7478
* Update the htmlunit pom to use the new release
7579

76-
## Authors -----------------------------------------------------------------
80+
Authors
81+
--------
7782

7883
* **RBRi**
7984
* all the contributors to CSSParser
8085

81-
## License -----------------------------------------------------------------
86+
License
87+
--------
8288

8389
This project is licensed under the Apache 2.0 License
8490

85-
## Acknowledgments----------------------------------------------------------
91+
Acknowledgments
92+
--------
8693

8794
Many thanks to all of you contributing to HtmlUnit/CSSParser/Rhino in the past.

0 commit comments

Comments
 (0)