https://prefect.io logo
Title
b

Bradley Hurley

11/30/2022, 4:17 AM
Hi Prefect Folks - The documentation for artifacts indicates it supports
Github-flavored Markdown
, but I don’t think
<details>
are actually supported. I searched for existing GitHub issues, but wasn’t able to find anything.
👀 1
I have this sample markdown:
# Example 1
<details>
<summary>Toggle me!
</summary>
Peek a boo!
</details>


# Example 2
<details open>
<summary>Shopping list</summary>

* Vegetables
* Fruits
* Fish
</details>
Rendered in Prefect
Any thoughts on if this is a documentation issue or and actual software issue? I didn’t want to open an issue on GitHub without asking for feedback.
1
k

Kalise Richmond

11/30/2022, 8:58 PM
Hey Bradley, I think you're right and that it's not supporting the dropdown <details>. I would go ahead and file a bug
:gratitude-thank-you: 1