A lightweight package for converting Markdown into Steam-compatible markup.
Project description
Overview
A lightweight package for converting Markdown into Steam-compatible markup.
Installation
Proceed by installing the tool and running it:
pip install -U ihroteka-converter
uv add ihroteka-converter
Examples
from ihroteka_converter import convert
md_text = """
# My Game Guide
Welcome to the **best** game ever!
## Features
- Easy to learn
- *Beautiful* graphics
- ~~Microtransactions~~ Free to play!
Check out the [wiki](https://example.com) for tips.
"""
steam_text = convert(md_text)
print(steam_text)
# [h1]My Game Guide[/h1]
# Welcome to the [b]best[/b] game ever!
# [h2]Features[/h2]
# [list]
# [*] Easy to learn
# [*] [i]Beautiful[/i] graphics
# [*] [strike]Microtransactions[/strike] Free to play!
# [/list]
# Check out the [url=https://example.com]wiki[/url] for tips.
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
ihroteka_converter-0.0.1.tar.gz
(146.1 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ihroteka_converter-0.0.1.tar.gz.
File metadata
- Download URL: ihroteka_converter-0.0.1.tar.gz
- Upload date:
- Size: 146.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a875542724bfc13b2f463934e68ac9ef7a943662d690fd120c38285e029c875c
|
|
| MD5 |
d75cd5f122198be1b7fa12eec2bae5b0
|
|
| BLAKE2b-256 |
69c5b5dbf9bb0b8c3d41df97433b6091bd19d8829e7862cd696c00b4226316e1
|
File details
Details for the file ihroteka_converter-0.0.1-py3-none-any.whl.
File metadata
- Download URL: ihroteka_converter-0.0.1-py3-none-any.whl
- Upload date:
- Size: 6.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
347362d849d1891af219b6e956969b33a4abeebfc3626ebdbdf091723438b274
|
|
| MD5 |
df722e291ca8c38f743f1ccca1f1426e
|
|
| BLAKE2b-256 |
152ac709a54bba8e31ef6760de5841a0b180fe53667480538757e2b0437b4c73
|