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

docs: render markdown links correctly inside <details> blocks #66

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ For example, if we have a `projects.yml` file, we'd have a Table called `Project

<details>
<summary>Generate Tables and dimensions for some of the models in my dbt project:</summary>
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 <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:

```yaml
{{
Expand Down