diff --git a/index.html b/index.html index ef3747f..a64ffe6 100644 --- a/index.html +++ b/index.html @@ -554,7 +554,7 @@ if (close(TIDY) == 0) {

The source code for the experimental HTML5 fork of Tidy can be found at https://github.com/w3c/tidy-html5. -

Building the tidy command-line tool

+

Building the tidy command-line tool

For Linux/BSD/OSX platforms, you can build and install the tidy command-line tool from the source code using the following steps.

@@ -567,14 +567,14 @@ following steps.

Note that you will either need to run make install as root, or with sudo make install.

-

Building the libtidy shared library

+

Building the libtidy shared library

For Linux/BSD/OSX platforms, you can build and install the tidylib shared library (for use in building other applications) from the source code using the following steps.

    -
  1. sh build/gnuauto/setup.sh && ./configure && make
  2. -
  3. make install
  4. +
  5. sh build/gnuauto/setup.sh && ./configure && make
  6. +
  7. make install

Note that you will either need to run make install as root, @@ -587,14 +587,14 @@ for people who made suggestions or reported bugs for the original version of Tidy.

-Show TOC
-