Skip to content

Commit

Permalink
Un-blockquote TOC
Browse files Browse the repository at this point in the history
ttsukagoshi committed Nov 19, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent b641b5c commit 6258a58
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
@@ -4,21 +4,21 @@

A CLI tool to test web accessibility on multiple web pages based on a list of URLs in a text file. Run on Node.js and uses [axe-core](https://github.com/dequelabs/axe-core) and [Puppeteer](https://github.com/puppeteer/puppeteer) as its testing and browsing engines.

> ## Table of Contents
>
> - [Philosophy and Features](#philosophy-and-features)
> - [Installation](#installation)
> - [Prerequisite: Node.js](#prerequisite-nodejs)
> - [Install axe-scan](#install-axe-scan)
> - [Update Package](#update-package)
> - [Usage](#usage)
> - [Initiate](#initiate)
> - [Configure](#configure)
> - [Run the scan](#run-the-scan)
> - [Create a summarized report](#create-a-summarized-report)
> - [Define whitelist](#define-whitelist)
> - [Configuring axe-scan](#configuring-axe-scan)
> - [Acknowledgements](#acknowledgements)
## Table of Contents

- [Philosophy and Features](#philosophy-and-features)
- [Installation](#installation)
- [Prerequisite: Node.js](#prerequisite-nodejs)
- [Install axe-scan](#install-axe-scan)
- [Update Package](#update-package)
- [Usage](#usage)
- [Initiate](#initiate)
- [Configure](#configure)
- [Run the scan](#run-the-scan)
- [Create a summarized report](#create-a-summarized-report)
- [Define whitelist](#define-whitelist)
- [Configuring axe-scan](#configuring-axe-scan)
- [Acknowledgements](#acknowledgements)

## Philosophy and Features

0 comments on commit 6258a58

Please sign in to comment.