Skip to content

Convert markdown-style nested lists into a graph data structure and (eventually) render that in the browser

License

Notifications You must be signed in to change notification settings

dhharker/adjacency-graph-meta

Repository files navigation

Render Nested Markdown Lists via a Graph Data Structure

Built with create-react-library

git clone git@github.com:dhharker/dhharker.github.io.git npm install or yarn install npm start or yarn start

Runs the demo app in development mode. Open http://localhost:3000 to view it in the browser.

Usage

See: src/Demo/StandAlone.js

Library files

All library files are located inside src/lib .

Demo app

Is located inside src/demo directory.

Testing

npm run test or yarn run test

Build library

npm run build or yarn run build

Produces production version of library under the build folder.

About

Convert markdown-style nested lists into a graph data structure and (eventually) render that in the browser

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published