stonemark 0.1.8
pip install stonemark==0.1.8
Newer version available (0.3.6)
Released:
a markup language similar to markdown
Navigation
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: BSD License (BSD License)
- Author: Ethan Furman
Classifiers
- Development Status
- Intended Audience
- License
- Operating System
- Programming Language
- Topic
Project description
stonemark -- a strict markup language similar to MarkDown
A much less forgiving markdown implementation, which is to say: if I can't tell what the document layout is supposed to be in text format, I don't want the converter guessing for me.
The basic indentation is four spaces, although lists start at either zero or two space indentation. Indented code blocks are not allowed after a list.
Currently supported syntax:
Element StoneMark Syntax
==========
Heading H1 Heading H2 Heading H3 Heading
========== ========== ----------
Bold **bold text**
Italic *italicized text*
Bold & Italic ***bold, italicized text***
Ordered List 1. First item
2. Second item
3. Third item
Unordered List - First item
- Second item
- Third item
Code `code`
Horizontal Rule --- or ***
Link (in-line) [title](https://www.example.com)
(separate) [title][id]
...
[id]: <https://www.example.com>
Image 
Fenced Code Block ``` or ~~~
{
"firstName": "John",
"lastName": "Smith",
"age": 25
}
``` or ~~~
Footnote Here's a sentence with a footnote. [^1]
[^1]: This is the footnote.
Strikethrough ~~The world is flat.~~
Underline __Pay attention.__
Highlight I need to highlight these ==very important words==.
Subscript H~2~O
Superscript X^2^
Project details
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: BSD License (BSD License)
- Author: Ethan Furman
Classifiers
- Development Status
- Intended Audience
- License
- Operating System
- Programming Language
- Topic
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distributions
File details
Details for the file stonemark-0.1.8.tar.gz
.
File metadata
- Download URL: stonemark-0.1.8.tar.gz
- Upload date:
- Size: 21.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/58.1.0 requests-toolbelt/0.9.1 tqdm/4.57.0 CPython/3.9.8+
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | acae5cf011d1bbbfcf25f47f47be3b1c9d7e5d5a433e1585dd98102ba5849d0d |
|
MD5 | 0bcc7ea3700e0c15afd7841e9c580e0f |
|
BLAKE2b-256 | 3c7e4315dcb3e36ceaa5a400a2dc883f9a49ea53e773ca75b88b4db5e872e0c6 |
File details
Details for the file stonemark-0.1.8-py3-none-any.whl
.
File metadata
- Download URL: stonemark-0.1.8-py3-none-any.whl
- Upload date:
- Size: 22.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/58.1.0 requests-toolbelt/0.9.1 tqdm/4.57.0 CPython/3.9.8+
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d0fb0e9b5bf85170f853847cd53552cce8b1a6562cd4e3e89aa27ae52bed50d8 |
|
MD5 | c5d7cba7fcd48a6745f6f8b31f37d3a1 |
|
BLAKE2b-256 | e4e24bc3db508ee798fb12b92cb81a929eb38065783d9bc2c1824b06ac8ecb32 |
File details
Details for the file stonemark-0.1.8-py2-none-any.whl
.
File metadata
- Download URL: stonemark-0.1.8-py2-none-any.whl
- Upload date:
- Size: 22.1 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/58.1.0 requests-toolbelt/0.9.1 tqdm/4.57.0 CPython/3.9.8+
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f90462ccbfe80d322cc3fed65663ce3e86918b86df3d582c8762bae135e8ece1 |
|
MD5 | ecbf2aa9c604b9c3658c11d685abb8a6 |
|
BLAKE2b-256 | f8f50a0bd2e77e12104130fb45983df6a72db7793a8d21f190cf843eeabdf9ae |