Hi Prefect Folks - The documentation for <artifact...
# prefect-community
b
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:
Copy code
# 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
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