Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

remark-lint-fenced-code-flag-case

remark-lint-fenced-code-flag-case

Table of contents

Type Aliases

Variables

Functions

Type Aliases

Options

Ƭ Options: Object

Options type for the remark-lint-fenced-code-flag-case plugin.

Type declaration

Name Type Description
case? typeof optionsCases[number] All code fence flags must be of the specified case. Code fences without flags are ignored. Default ts "lower"

Defined in

packages/remark-lint-fenced-code-flag-case/src/index.ts:18

Variables

optionsCases

Const optionsCases: readonly ["lower", "upper", "capitalize"]

Valid values for the Options.case property.

Defined in

packages/remark-lint-fenced-code-flag-case/src/index.ts:13

Functions

default

default(this, ...parameters): undefined | void | Transformer<Node, Node>

A remark-lint rule that takes a Root node as input and attaches any error messages to the resulting virtual file pertaining to fenced code flag case.

Parameters

Name Type
this Processor<undefined, undefined, undefined, undefined, undefined>
...parameters [Options] | []

Returns

undefined | void | Transformer<Node, Node>

Defined in

node_modules/unified/lib/index.d.ts:946