lookatme.contrib.qrcode 2.2.0

Creator: codyrutscher

Last updated:

Add to Cart

Description:

lookatme.contrib.qrcode 2.2.0

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
Read the documentation

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.