stonemark


Namestonemark JSON
Version 0.3.6 PyPI version JSON
download
home_pagehttps://bitbucket.org/stoneleaf/stonemark
Summarya markup language similar to markdown
upload_time2023-10-31 01:50:06
maintainer
docs_urlNone
authorEthan Furman
requires_python
licenseBSD License
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            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                   ![alt text](image.jpg)


    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^
```



            

Raw data

            {
    "_id": null,
    "home_page": "https://bitbucket.org/stoneleaf/stonemark",
    "name": "stonemark",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Ethan Furman",
    "author_email": "ethan@stoneleaf.us",
    "download_url": "https://files.pythonhosted.org/packages/8c/a0/849b381b675d1d07a1faf4f2016cd34984ba2a9fd51cbc9cddac7a3c6774/stonemark-0.3.6.tar.gz",
    "platform": null,
    "description": "stonemark -- a strict markup language similar to MarkDown\n=========================================================\n\nA much less forgiving markdown implementation, which is to say: if I can't tell\nwhat the document layout is supposed to be in text format, I don't want the\nconverter guessing for me.\n\nThe basic indentation is four spaces, although lists start at either zero or\ntwo space indentation.  Indented code blocks are not allowed after a list.\n\nCurrently supported syntax:\n\n```\n    Element                 StoneMark Syntax\n\n                            ==========\n    Heading                 H1 Heading    H2 Heading   H3 Heading\n                            ==========    ==========   ----------\n\n    Bold                    **bold text**\n\n    Italic                  *italicized text*\n\n    Bold & Italic           ***bold, italicized text***\n\n    Ordered List            1. First item\n                            2. Second item\n                            3. Third item\n\n    Unordered List          - First item\n                            - Second item\n                            - Third item\n\n    Code                    `code`\n\n    Horizontal Rule         --- or ***\n\n    Link         (in-line)  [title](https://www.example.com)\n\n                (separate)  [title][id]\n                            ...\n                            [id]: <https://www.example.com>\n\n    Image                   ![alt text](image.jpg)\n\n\n    Fenced Code Block       ``` or ~~~\n                            {\n                              \"firstName\": \"John\",\n                              \"lastName\": \"Smith\",\n                              \"age\": 25\n                            }\n                            ``` or ~~~\n\n    Footnote                Here's a sentence with a footnote. [^1]\n\n                            [^1]: This is the footnote.\n\n    Strikethrough           ~~The world is flat.~~\n\n    Underline               __Pay attention.__\n\n    Highlight               I need to highlight these ==very important words==.\n\n    Subscript               H~2~O\n    Superscript             X^2^\n```\n\n\n",
    "bugtrack_url": null,
    "license": "BSD License",
    "summary": "a markup language similar to markdown",
    "version": "0.3.6",
    "project_urls": {
        "Homepage": "https://bitbucket.org/stoneleaf/stonemark"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "50ec8526248726d01416bd312a3c24abf6d1792e82f23fd95b55441ea990050d",
                "md5": "0c5fd1a3e6403c7abc4339d3aa5d9170",
                "sha256": "3c135a5365fb034a43fae552f9d61f6275ce1751e5fc0504c32bc8d601598d53"
            },
            "downloads": -1,
            "filename": "stonemark-0.3.6-py2-none-any.whl",
            "has_sig": false,
            "md5_digest": "0c5fd1a3e6403c7abc4339d3aa5d9170",
            "packagetype": "bdist_wheel",
            "python_version": "py2",
            "requires_python": null,
            "size": 31567,
            "upload_time": "2023-10-31T01:50:02",
            "upload_time_iso_8601": "2023-10-31T01:50:02.208125Z",
            "url": "https://files.pythonhosted.org/packages/50/ec/8526248726d01416bd312a3c24abf6d1792e82f23fd95b55441ea990050d/stonemark-0.3.6-py2-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "86bad3064d92c3db9623ca979659c0c99af1c3579a94e39e9abefa0d0b0da551",
                "md5": "62ee31591c2969c5abcefdda736abac2",
                "sha256": "5fc02ff5878f76bac4834e2d53b8db6a65644f611f01e7d6a2f178fb02171f48"
            },
            "downloads": -1,
            "filename": "stonemark-0.3.6-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "62ee31591c2969c5abcefdda736abac2",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 31568,
            "upload_time": "2023-10-31T01:50:09",
            "upload_time_iso_8601": "2023-10-31T01:50:09.426813Z",
            "url": "https://files.pythonhosted.org/packages/86/ba/d3064d92c3db9623ca979659c0c99af1c3579a94e39e9abefa0d0b0da551/stonemark-0.3.6-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8ca0849b381b675d1d07a1faf4f2016cd34984ba2a9fd51cbc9cddac7a3c6774",
                "md5": "1d7cb168024ec3b9c95f80bc600e0b90",
                "sha256": "54cf71a51b6cf78384f5a44192b7e102640a225171f70cee8554b627176bd8e5"
            },
            "downloads": -1,
            "filename": "stonemark-0.3.6.tar.gz",
            "has_sig": false,
            "md5_digest": "1d7cb168024ec3b9c95f80bc600e0b90",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 31167,
            "upload_time": "2023-10-31T01:50:06",
            "upload_time_iso_8601": "2023-10-31T01:50:06.752903Z",
            "url": "https://files.pythonhosted.org/packages/8c/a0/849b381b675d1d07a1faf4f2016cd34984ba2a9fd51cbc9cddac7a3c6774/stonemark-0.3.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-31 01:50:06",
    "github": false,
    "gitlab": false,
    "bitbucket": true,
    "codeberg": false,
    "bitbucket_user": "stoneleaf",
    "bitbucket_project": "stonemark",
    "lcname": "stonemark"
}
        
Elapsed time: 0.13227s