Coder Social home page Coder Social logo

mikecm1141 / table_of_contents_generator Goto Github PK

View Code? Open in Web Editor NEW
2.0 1.0 0.0 47 KB

A simple markdown parser to generate a Table of Contents based on section headings.

Home Page: https://mikecm1141.github.io/table_of_contents_generator/

License: MIT License

JavaScript 73.12% HTML 23.78% CSS 3.10%

table_of_contents_generator's Introduction

Table of Contents Markdown Generator

View Generator

Table of Contents

Description/Purpose

This simple application was designed to help developers add a markdown formatted Table of Contents generator to their documentation.

How To Use

This application is in its very early stages, and is probably prone to some bugs. Right now it works on a very specific setup for your documentation to be valid for it to parse. The # level heading is reserved for the very top-level of your documentation. Otherwise, the parser will generate nested links for each level of your documentation from top to bottom, starting with ## and ending with ######.

Example Input:

## Description

This application manages a fish tank. It helps you out a lot! Its great fun to use and to deploy.

## Installation

1. Clone this repository.
1. Run npm install
1. Run npm start
1. Navigate to http://localhost:8080 to get started!

## Endpoints

This application has two major endpoints for use.

### Endpoint 1

This endpoint is for fish.

#### GET /api/v1/fish

Gathers all your fish.

### Endpoint 2

This endpoint is for coral.

#### POST /api/v1/coral

Creates new coral.

##### Create Coral sad path

If a coral's type is not given, returns a 400.

## Contributors

Spongebob Squarepants

Example Output:

* [Description](#description)
* [Installation](#installation)
* [Endpoints](#endpoints)
    * [Endpoint 1](#endpoint-1)
        * [GET /api/v1/fish](#get-apiv1fish)
    * [Endpoint 2](#endpoint-2)
        * [POST /api/v1/coral](#post-apiv1coral)
            * [Create Coral sad path](#create-coral-sad-path)
* [Contributors](#contributors)

Issues

If you experience bugs or other bad behavior, please feel free to open up an issue!

Contributors

Mike McKee

table_of_contents_generator's People

Contributors

mikecm1141 avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.