lookatme.contrib.qrcode

Adds qrcode rendering


License
MIT
Install
pip install lookatme.contrib.qrcode==2.2.0

Documentation

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