Skip to main content

generate markdown elements

Project description

Install

$ [sudo] pip install readme-md

Features

  • generate markdown elements
  • clean output

Examples

headers

>>> import readme_md
>>> readme_md.header("title", 6)
'###### Title'

code

>>> import readme_md
>>> readme_md.code("$ [sudo] pip install readme_md", "bash")
'`` ```bash
$ [sudo] pip install readme_md
``` ``

images

>>> import readme_md
>>> readme_md.image("https://domain.com/image.png", "title", "alt")
'![alt](https://domain.com/image.png "https://domain.com/image.png")'

Sources

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

readme-md-0.0.0.tar.gz (1.5 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page