From 313ea124978a4d158f1b68580af12c48f92c0954 Mon Sep 17 00:00:00 2001 From: James Brumond Date: Sat, 19 Aug 2023 16:24:56 -0700 Subject: [PATCH] qrcode example --- .gitea/workflows/build-and-publish.yaml | 8 ++++---- .gitea/workflows/deploy-stg.yaml | 6 +++--- docs/markdown2html/markdown-format.md | 14 +++++++++++++- 3 files changed, 20 insertions(+), 8 deletions(-) diff --git a/.gitea/workflows/build-and-publish.yaml b/.gitea/workflows/build-and-publish.yaml index 0314b9d..7c05948 100644 --- a/.gitea/workflows/build-and-publish.yaml +++ b/.gitea/workflows/build-and-publish.yaml @@ -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: diff --git a/.gitea/workflows/deploy-stg.yaml b/.gitea/workflows/deploy-stg.yaml index 049eb63..479bc62 100644 --- a/.gitea/workflows/deploy-stg.yaml +++ b/.gitea/workflows/deploy-stg.yaml @@ -3,9 +3,9 @@ name: Deploy latest to staging environment on: # - workflow_dispatch - push: - branches: - - master + # push: + # branches: + # - master jobs: tag-image: diff --git a/docs/markdown2html/markdown-format.md b/docs/markdown2html/markdown-format.md index 2116e10..2ae17d5 100644 --- a/docs/markdown2html/markdown-format.md +++ b/docs/markdown2html/markdown-format.md @@ -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 +``` +!!!