dbt 1.7, docs enhancements, testing macros
Hi, thank you for your clear and easy-to-follow guides!
I was wondering if you have found any ways to resize the images in the dbt docs?
Without luck, I tried the following:
<img src="./assets/logo.png" alt="logo" width="200"/>
and
<div style="text-align: center;">
<img src="./assets/logo.png" alt="logo" style="width: 200px;">
</div>
{ width=200 }
Hi, thank you for your clear and easy-to-follow guides!
I was wondering if you have found any ways to resize the images in the dbt docs?
Without luck, I tried the following:
<img src="./assets/logo.png" alt="logo" width="200"/>
and
<div style="text-align: center;">
<img src="./assets/logo.png" alt="logo" style="width: 200px;">
</div>
and
{ width=200 }