• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

Python-Markdown / markdown / 383
2%

Build:
DEFAULT BRANCH: master
Ran 08 Sep 2017 12:01PM UTC
Jobs 2
Files 0
Run time –
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
383

Pull #580

travis-ci

web-flow
Add the possibility to set additional classes

Additional CSS classes names can be appended to the admonition name using dots as a separator.

The following markdown:

    !!!note.floatright
        This is a floating note.

Generates the following HTML code:

    <div class="admonition note floatright">
        <p class="admonition-title">Note</p>
        <p>This is a floating note.</p>
    </div>
Pull Request #580: Admonition: add the possibility to specify additional CSS classes names
Jobs
ID Job ID Ran Files Coverage
5 383.5 (TOXENV=flake8) 08 Sep 2017 12:01PM UTC 0
Travis Job 383.5
6 383.6 (TOXENV=checkspelling) 08 Sep 2017 12:02PM UTC 0
Travis Job 383.6
Source Files on build 383
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #383
  • Pull Request #580
  • PR Base - master (#382)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc