Skip to content

mjayfrancis/markdown-lineblocks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Markdown line block extension

PyPI - Version PyPI - Python Version

A Python-Markdown extension to render line blocks.

Example:

| Normally these lines would
| Run together. But here
| They are separate

Installation

pip install markdown-lineblocks

Usage

import markdown
text = ...  # your Markdown source
html = markdown.markdown(text, extensions='lineblocks')

To use with MkDocs, add the following to mkdocs.yml:

markdown_extensions:
  - lineblocks

Licence

markdown-lineblocks is distributed under the terms of the MIT licence.

About

A Python-Markdown extension to render line blocks.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages