Adds qrcode rendering
Project description
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
```
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`
```
Details
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
Close
Hashes for lookatme.contrib.qrcode-2.2.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4f0c7308e3d858ad06acb9f3f685080e5ba59e6e76c41eb4f557ca422f0d6601 |
|
MD5 | 9cf352c9ee24a2af2959d1a86613d8bf |
|
BLAKE2b-256 | bd53e0b9745b2fa0ff4060fb396bb83fd8defd7fc2a04c8f21c176030db02af0 |