Skip to content
This repository was archived by the owner on Oct 4, 2023. It is now read-only.

oceanprotocol-archive/ocean-remark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OCEAN Protocol remark settings

This package contains settings for remark. In OCEAN, we use these settings to ensure good formatting and readability on markdown files.

You can use the instructions in this repository to run automatic formatting on any markdown file, across other repositories using markdown.

Installation

Clone this repository. In your console, run:

npm install

To check your installation, this repository contains a test.md file so you can run the following:

./node_modules/.bin/remark test.md

A set of warnings should appear when running remark on the test.md file.

Usage

To show potential differences:

./node_modules/.bin/remark path/to/file.md

To rewrite the file automatically:

./node_modules/.bin/remark /path/to/file.md -o

About

Contains settings for running the remark tool on OCEAN markdown files.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors