Fix readme table of contents layout.

This commit is contained in:
David Brown 2016-11-01 11:58:54 +00:00
parent 6a9861355f
commit c63bc9e093

View file

@ -11,18 +11,18 @@ Oberon programs under Unix, Mac or Windows. Vishap Oberon includes
libraries from the Ulm, oo2c and Ofront Oberon compilers, as well as libraries from the Ulm, oo2c and Ofront Oberon compilers, as well as
default libraries complying with the Oakwood Guidelines for Oberon-2 compilers. default libraries complying with the Oakwood Guidelines for Oberon-2 compilers.
###### Contents #### Contents
> [Installation](#installation) &nbsp;&nbsp;&nbsp;&nbsp;[**Installation**](#installation)<br>
> [A 'Hello' application](#a-hello-application) &nbsp;&nbsp;&nbsp;&nbsp;[**A 'Hello' application**](#a-hello-application)<br>
> [Licensing](#licensing) &nbsp;&nbsp;&nbsp;&nbsp;[**Licensing**](#licensing)<br>
> [Platform support and porting](#platform-support-and-porting) &nbsp;&nbsp;&nbsp;&nbsp;[**Platform support and porting**](#platform-support-and-porting)<br>
> [Language support and libraries](#language-support-and-libraries) &nbsp;&nbsp;&nbsp;&nbsp;[**Language support and libraries**](#language-support-and-libraries)<br>
> [History](#history) &nbsp;&nbsp;&nbsp;&nbsp;[**History**](#history)<br>
> [Roadmap](#roadmap) &nbsp;&nbsp;&nbsp;&nbsp;[**Roadmap**](#roadmap)<br>
> [Contributors](#contributors) &nbsp;&nbsp;&nbsp;&nbsp;[**Contributors**](#contributors)<br>
> [Origin of the name "Ѵishap Oberon"](#origin-of-the-name-Ѵishap-oberon) &nbsp;&nbsp;&nbsp;&nbsp;[**Origin of the name "Ѵishap Oberon"**](#origin-of-the-name-Ѵishap-oberon)<br>
> [References](#references) &nbsp;&nbsp;&nbsp;&nbsp;[**References**](#references)<br>
## Installation ## Installation
@ -37,7 +37,7 @@ default libraries complying with the Oakwood Guidelines for Oberon-2 compilers.
| Cygwin | use setup-x86[_x64] to add packages git, make and gcc-core | | Cygwin | use setup-x86[_x64] to add packages git, make and gcc-core |
| Darwin | type 'git' at the command line and accept the prompt to install it. | | Darwin | type 'git' at the command line and accept the prompt to install it. |
More details, including for MingW and MS C, in [Installation](/doc/Installation.md). More details, including for MingW and MS C, in [**Installation**](/doc/Installation.md).
###### Build and install ###### Build and install
@ -59,7 +59,7 @@ by make full, e.g.
| Windows | See [Installation](/doc/Installation.md) | | Windows | See [Installation](/doc/Installation.md) |
| Termux | `export PATH="/data/data/com.termux/files/opt/voc/bin:$PATH"` | | Termux | `export PATH="/data/data/com.termux/files/opt/voc/bin:$PATH"` |
Also see [Installation](/doc/Installation.md). Also see [**Installation**](/doc/Installation.md).
## A 'Hello' application ## A 'Hello' application
@ -97,7 +97,7 @@ executable binary.
Execute as usual on Linux ('./hello') or Windows ('hello'). Execute as usual on Linux ('./hello') or Windows ('hello').
Also see [Compiling](/doc/Compiling.md). Also see [**Compiling**](/doc/Compiling.md).
## Licensing ## Licensing
@ -134,7 +134,7 @@ In some cases manual work will be required:
necessary to implement a new variant of Platform.Mod providing the same necessary to implement a new variant of Platform.Mod providing the same
interface as Platformunix.Mod and Platform Windows.Mod. interface as Platformunix.Mod and Platform Windows.Mod.
For details, see [Porting](/doc/Porting.md). For details, see [**Porting**](/doc/Porting.md).
## Language support and libraries ## Language support and libraries
@ -165,11 +165,8 @@ Oakwood libraries are supported for both -O2 and -OC options, whereas the ULM, O
Vishap Oberon also supports some features of Oberon-07. Vishap Oberon also supports some features of Oberon-07.
See also [Features](/doc/Features.md). See also [**Features**](/doc/Features.md).
## History
See [History](/doc/History.md).
## Contributors ## Contributors