Skip to main content

Adds qrcode rendering

Project description

Master Build Status Coverage Status PyPI Statistics Latest Release Documentation Status

Twitter Follow

lookatme.contrib.qrcode

This lookatme extension adds QR code rendering capabilities to the code blocks.

Installation

pip install lookatme.contrib.qrcode

Usage

Add the qrcode into the extensions array in the slide YAML header:

---
title: A title
author: Me
date: 2019-12-04
extensions:
  - qrcode
---

Basic Usage

With the extension installed and declared in the YAML header, use it in your markdown like so:

# A Slide

```qrcode
https://github.com/d0c-s4vage/lookatme.contrib.qrcode
```

QR code single rendering

Extended Usage

An extended mode is also available that lets multiple columns of QR codes be rendered side-by-side:

# A Slide

```qrcode-ex
columns:
  - data: https://github.com/d0c-s4vage/lookatme
    caption: "**lookatme** project"
  - data: https://github.com/d0c-s4vage/lookatme.contrib.qrcode
    caption: Text `lookatme.contrib.qrcode`
```

QR code single rendering

Details

Read the documentation

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

lookatme.contrib.qrcode-2.2.0.tar.gz (5.6 kB view hashes)

Uploaded Source

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