Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 17420ec

Browse files
docs: render markdown links correctly inside <details> blocks
Some Markdown engines fail to render inline elements (like links and code formatting) inside `<details>` tags due to missing newlines after `<summary>`. This fix replaces the Markdown-style link with an HTML `<a>` tag, ensuring consistent rendering across different platforms.
1 parent 7431860 commit 17420ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/get-started/setup-lightdash/get-project-lightdash-ready.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ For example, if we have a `projects.yml` file, we'd have a Table called `Project
109109

110110
<details>
111111
<summary>Generate Tables and dimensions for some of the models in my dbt project:</summary>
112-
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:
112+
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 <a href="https://docs.getdbt.com/reference/resource-configs/tags">using dbt's <code>tags</code></a> to tag these models. You can use sets of existing tags, or you can create a new Lightdash-specific tag. Something like this:
113113

114114
```yaml
115115
{{

0 commit comments

Comments
 (0)