Skip to main content

Coffee Ninja

Project description

TORO Toggler Markdown Extension

Content Toggler Markdown extension for TORO Documentation.

Installation

pip install toro-mkdocs-togglers

Usage

To properly use the toggler extension use the following markdown:

||| "TabName1"
    Tab1 content.
||| "TabName2"
    Tab2 content.
|||

The produced HTML from the markdown will be:

<div class="toro-toggler" data-names="TabName1,TabName2">
    <div data-related-divider="TabName1">
        <p>Tab1 content.</p>
    </div>
    <div data-related-divider="TabName2">
        <p>Tab2 content.</p>
    </div>
</div>

To use the toggler extension with a nested toggler use the following markdown:

||| "TabName1"
    /// "NestedTabName1"
        Nested Tab1 content.
    /// "NestedTabName2"
        Nested Tab2 content.
    /// 
||| "TabName2"
    Tab2 content.
|||

The produced HTML from the markdown will be:

<div class="toro-toggler" data-names="TabName1,TabName2">
    <div data-related-divider="TabName1">
        <div class="toro-toggler" data-names="NestedTabName1,NestedTabName2">
            <div data-related-divider="NestedTabName1">
                <p>Nested Tab1 content.</p>
            </div>
            <div data-related-divider="NestedTabName2">
                <p>Nested Tab2 content.</p>
            </div>
        </div>
    </div>
    <div data-related-divider="TabName2">
        <p>Tab2 content.</p>
    </div>
</div>

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

coffee-ninja-1.0.47.tar.gz (3.1 kB view details)

Uploaded Source

Built Distribution

coffee_ninja-1.0.47-py3-none-any.whl (3.5 kB view details)

Uploaded Python 3

File details

Details for the file coffee-ninja-1.0.47.tar.gz.

File metadata

  • Download URL: coffee-ninja-1.0.47.tar.gz
  • Upload date:
  • Size: 3.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/28.8.0 requests-toolbelt/0.8.0 tqdm/4.23.4 CPython/3.6.5

File hashes

Hashes for coffee-ninja-1.0.47.tar.gz
Algorithm Hash digest
SHA256 fea939527ba72bb8f952f3bb2e9c22a1451d2ba4a9ac69057eda216f7f66219e
MD5 adc9f8a12220bffd810f32d5e191ce3e
BLAKE2b-256 cda7589d7faee120275c2826d76aaf31d01dce6ea0e2069bf0236e3d8566a48c

See more details on using hashes here.

File details

Details for the file coffee_ninja-1.0.47-py3-none-any.whl.

File metadata

  • Download URL: coffee_ninja-1.0.47-py3-none-any.whl
  • Upload date:
  • Size: 3.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/28.8.0 requests-toolbelt/0.8.0 tqdm/4.23.4 CPython/3.6.5

File hashes

Hashes for coffee_ninja-1.0.47-py3-none-any.whl
Algorithm Hash digest
SHA256 4824ba745ead3f243460426a3b85475f46cba1756cc9d1019728ccb7f4dba079
MD5 5cedd90cda6cda8bf7a95b618887e467
BLAKE2b-256 3e64a36af2b402c750a36cc0f9bffb27a70f3ab2c98abc1fb2f7580f95194d33

See more details on using hashes here.

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