Skip to content

montogeek/remark-custom-blockquotes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

remark-custom-blockquotes

Encapsulates a blockquote with a defined classname.

Options

mapping (required) Object

{
  'T>': 'tip',
  'W>': 'warning',
  '?>': 'todo'
}

Example

Given

T> My blockquote text.

It will output

<blockquote class="tip">
  <p>My blockquote text</p>
</blockquote>

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •