Skip to main content

No project description provided

Project description

Markmini

Python bindings for markmini package

Usage:

import markmini

md = markmini.Markmini()

usernames = ["iverks", "testy"]
user_ids = ["1", "2"]
links = [f"/users/{id}" for id in user_ids]
fullnames = ["Iver Småge", "Testy McTestFace"]

md.add_users(usernames, user_ids, links, fullnames)

inp: str = """
# Header

 - List
 - more list

More _markdown_

@testy is my favorite user
"""

response = md.compile(inp)

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

markmini-0.1.0.tar.gz (16.1 kB view hashes)

Uploaded Source

Built Distribution

markmini-0.1.0-cp311-none-win_amd64.whl (1.0 MB view hashes)

Uploaded CPython 3.11 Windows x86-64

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