qrcode example
All checks were successful
Build and publish container images / build-and-publish (push) Successful in 51s

This commit is contained in:
James Brumond 2023-08-19 16:24:56 -07:00
parent b3b2e25aae
commit 313ea12497
Signed by: james
GPG Key ID: E8F2FC44BAA3357A
3 changed files with 20 additions and 8 deletions

View File

@ -2,10 +2,10 @@
name: Build and publish container images
on:
- workflow_dispatch
# push:
# branches:
# - master
# - workflow_dispatch
push:
branches:
- master
jobs:
build-and-publish:

View File

@ -3,9 +3,9 @@ name: Deploy latest to staging environment
on:
# - workflow_dispatch
push:
branches:
- master
# push:
# branches:
# - master
jobs:
tag-image:

View File

@ -243,7 +243,19 @@ _todo_
## QR Codes {#qr-codes}
_todo_
QR Codes can be rendered using fenced blocks.
````md
```qrcode
https://doc-utils-stg.home.jbrumond.me/markdown2html/markdown-format.html
```
````
!!! {.markdown-example-output}
```qrcode
https://doc-utils-stg.home.jbrumond.me/markdown2html/markdown-format.html
```
!!!