Skip to content
remark-preset / 1.0.0

remark-preset 1.0.0

Install from the command line:
Learn more about npm packages
$ npm install @lottiefiles/remark-preset@1.0.0
Install via package.json:
"@lottiefiles/remark-preset": "1.0.0"

About this version

@lottiefiles/remark-preset

Shared preset for Remark for formatting and linting Markdown files.

Table of contents

Installation

Install Remark CLI and this preset.

pnpm add -D remark-cli @lottiefiles/remark-preset

Install Dependencies

Peer Dependencies

Package Name Version
puppeteer *
remark *

Optional Dependencies

Package Name Version
install-chrome-dependencies *

Usage

  1. Create a .remarkrc.mjs file in the project root and add the following content:
import remarkPreset from '@lottiefiles/remark-preset';
 
export default remarkPreset;
  1. Create a .remarkignore file in the project and add the following content:
# Build artifacts
build/
dist/
artifacts/

# Changelog
CHANGELOG.md

# IDE related
.idea/
.history/

# Package management
node_modules/
.yarn/

# Testing
__fixtures__
coverage/
reports/

# Temporary or local data
temp/
tmp/

Changelog

See CHANGELOG.md for the latest changes.

Details


Assets

  • remark-preset-1.0.0-npm.tgz

Download activity

  • Total downloads 3,982
  • Last 30 days 567
  • Last week 42
  • Today 0

Recent versions

View all