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
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file lookatme.contrib.qrcode-2.2.0.tar.gz.
File metadata
- Download URL: lookatme.contrib.qrcode-2.2.0.tar.gz
- Upload date:
- Size: 5.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4f0c7308e3d858ad06acb9f3f685080e5ba59e6e76c41eb4f557ca422f0d6601
|
|
| MD5 |
9cf352c9ee24a2af2959d1a86613d8bf
|
|
| BLAKE2b-256 |
bd53e0b9745b2fa0ff4060fb396bb83fd8defd7fc2a04c8f21c176030db02af0
|