From 17420eced2b8947704e869ce6500985af6bd1007 Mon Sep 17 00:00:00 2001 From: Basit Balogun <68718781+Basit-Balogun10@users.noreply.github.com> Date: Mon, 10 Mar 2025 23:17:13 +0100 Subject: [PATCH] docs: render markdown links correctly inside
blocks Some Markdown engines fail to render inline elements (like links and code formatting) inside `
` tags due to missing newlines after ``. This fix replaces the Markdown-style link with an HTML `` tag, ensuring consistent rendering across different platforms. --- .../get-started/setup-lightdash/get-project-lightdash-ready.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/get-started/setup-lightdash/get-project-lightdash-ready.mdx b/docs/get-started/setup-lightdash/get-project-lightdash-ready.mdx index cf4e9ea..757dc56 100644 --- a/docs/get-started/setup-lightdash/get-project-lightdash-ready.mdx +++ b/docs/get-started/setup-lightdash/get-project-lightdash-ready.mdx @@ -109,7 +109,7 @@ For example, if we have a `projects.yml` file, we'd have a Table called `Project
Generate Tables and dimensions for some of the models in my dbt project: - There may be a specific set of models that you want to start out with as Tables in Lightdash. If this is the case, we recommend [using dbt's `tags`](https://docs.getdbt.com/reference/resource-configs/tags) to tag these models. You can use sets of existing tags, or you can create a new Lightdash-specific tag. Something like this: + There may be a specific set of models that you want to start out with as Tables in Lightdash. If this is the case, we recommend using dbt's tags to tag these models. You can use sets of existing tags, or you can create a new Lightdash-specific tag. Something like this: ```yaml {{