From 01314f53987e57c4fcb49fb86d3971bdb206857f Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 11 Feb 2016 05:53:12 +0200 Subject: Add support for ids in paragraphs, local fragment references in links For example: " \h#hello|Hello Example| See the \l{#hello Hello Example} " --- tests/toc/toc.html | 32 +++++++++++++++++--------------- 1 file changed, 17 insertions(+), 15 deletions(-) (limited to 'tests/toc/toc.html') diff --git a/tests/toc/toc.html b/tests/toc/toc.html index 383ff12..7da2f0c 100644 --- a/tests/toc/toc.html +++ b/tests/toc/toc.html @@ -28,55 +28,57 @@ -

Preface

+

Preface

This document describes something awesome.

-

About This Document

+

About This Document

And this document is also awesome.

-

More Information

+

More Information

It is so awesome that no further information will be required.

-

PART I

+

PART I

Start of part one.

-

Introduction

+

Introduction

Beginning of the first chapter.

-

Architecture and Workflow

+

Architecture and Workflow

Some basics.

-

Benefits

+

Benefits

You will like them.

-

Hello World

+

Hello World

Beginning of the second chapter.

-

Setup

+

Setup

More basics.

-

Compiling

+

Compiling

How to build the example

-

Compiling with GCC

+

Compiling with GCC

-

GCC

+

GCC. For Clang see Compiling with + Clang.

-

Compiling with Clang

+

Compiling with Clang

-

Clang

+

Clang. For GCC see Compiling with + GCC.

-

Conclusion

+

Conclusion

Some remarks.

-- cgit v1.1