Skip to content

A GitBook plugin to allow embedding a markdown inside a div element.

License

Notifications You must be signed in to change notification settings

kmizu/gitbook-plugin-div-element

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a GitBook plugin to allow embedding a markdown inside a HTML block-level element.

Example

TBD

How to embed a markdown inside block-level element

You can embed a markdown inside a new block-level element with the use of tag:

{% div style="display:none" %}

Insert markdown content here.

{% enddiv %}

An open-tag should be {% div ... %} and close-tag should be {% enddiv %} . Attributes are processed as you wrote.

About

A GitBook plugin to allow embedding a markdown inside a div element.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published