diff options
author | Christian Cleberg <hello@cleberg.net> | 2024-01-09 09:39:48 -0600 |
---|---|---|
committer | Christian Cleberg <hello@cleberg.net> | 2024-01-09 09:39:48 -0600 |
commit | 260376a5df8f94a61bd6a89e824cbcd7233b5260 (patch) | |
tree | 935856c1ab4892ce8f90617dd2c44a1d9772b398 | |
parent | 9e044c9517452b3ea76381351a4bad9c9db470eb (diff) | |
download | cleberg.net-260376a5df8f94a61bd6a89e824cbcd7233b5260.tar.gz cleberg.net-260376a5df8f94a61bd6a89e824cbcd7233b5260.tar.bz2 cleberg.net-260376a5df8f94a61bd6a89e824cbcd7233b5260.zip |
fix: update straggling org-mode syntax
-rw-r--r-- | content/blog/2019-09-09-audit-analytics.md | 18 | ||||
-rw-r--r-- | content/blog/2022-03-03-financial-database.md | 2 | ||||
-rw-r--r-- | content/blog/2023-06-23-self-hosting-convos-irc.md | 10 |
3 files changed, 9 insertions, 21 deletions
diff --git a/content/blog/2019-09-09-audit-analytics.md b/content/blog/2019-09-09-audit-analytics.md index 141b4e4..7be3d92 100644 --- a/content/blog/2019-09-09-audit-analytics.md +++ b/content/blog/2019-09-09-audit-analytics.md @@ -109,18 +109,12 @@ It should be noted that tracking KPIs in the department can help ensure you have a rigorous Quality Assurance and Improvement Program (QAIP) in accordance with some applicable standards, such as IPPF Standard 1300. -```{=org} -#+BEING_QUOTE -``` -The chief audit executive must develop and maintain a quality assurance -and improvement program that covers all aspects of the internal audit -activity. - -- IPPF Standard 1300 - -```{=org} -#+END_QUOTE -``` +> The chief audit executive must develop and maintain a quality assurance +> and improvement program that covers all aspects of the internal audit +> activity. +> +> - IPPF Standard 1300 + Additionally, IPPF Standard 2060 discusses reporting: > The chief audit executive must report periodically to senior diff --git a/content/blog/2022-03-03-financial-database.md b/content/blog/2022-03-03-financial-database.md index e3a1d81..934eba2 100644 --- a/content/blog/2022-03-03-financial-database.md +++ b/content/blog/2022-03-03-financial-database.md @@ -181,7 +181,7 @@ scripts. reports I wanted, I moved on to create a Python project with the following structure: - ```example + ```txt finance/ ├── notebooks/ │ │ ├── account_summary.ipynb diff --git a/content/blog/2023-06-23-self-hosting-convos-irc.md b/content/blog/2023-06-23-self-hosting-convos-irc.md index e29d7a6..eb57fd6 100644 --- a/content/blog/2023-06-23-self-hosting-convos-irc.md +++ b/content/blog/2023-06-23-self-hosting-convos-irc.md @@ -132,15 +132,9 @@ excerpt of the chat screen. There are numerous themes to choose from; the theme shown in the images below is Dracula. -```{=org} -#+caption: Convos Home -``` -<https://img.cleberg.net/blog/20230623-convos/convos_home.png%20%22Convos%20Home%22> + -```{=org} -#+caption: Convos Chat -``` -<https://img.cleberg.net/blog/20230623-convos/convos_chat.png%20%22Convos%20Chat%22> + ## Registering a Nickname |