From deb71a277c8823b79bb97d090ba53a491b840bdd Mon Sep 17 00:00:00 2001 From: Mike Farah Date: Sun, 6 Feb 2022 14:29:26 +1100 Subject: [PATCH] trial hint --- usage/csv-tsv.md | 5 +++++ usage/github-action.md | 5 ----- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/usage/csv-tsv.md b/usage/csv-tsv.md index 96832712..f1ac6378 100644 --- a/usage/csv-tsv.md +++ b/usage/csv-tsv.md @@ -1,5 +1,10 @@ # Working with CSV and TSV +{% hint style="warning" %} +Note that versions prior to 4.18 require the 'eval/e' command to be used. +`yq e ` +{% endhint %} + ## Yaml to CSV/TSV You can convert compatible yaml structures to CSV or TSV by using: diff --git a/usage/github-action.md b/usage/github-action.md index 30101917..f5de3087 100644 --- a/usage/github-action.md +++ b/usage/github-action.md @@ -28,9 +28,4 @@ If you [enable step debug logging](https://docs.github.com/en/actions/managing-w Thanks @[**devorbitus**](https://github.com/devorbitus)**!** -**** - -{% hint style="warning" %} -This is a hint -{% endhint %}