I like to take advantage of the <details> tag to hide spoiler information, but I also want to use Obsidian’s internal linking within. Whenever I use html tags, no markdown will render inside. That’s a huge bummer because I’ve also tried to change the style of Obsidian links[^1], and headers won’t register correctly if inside <span> tags for styling purposes[^2].
Is this just default behavor I can override somehow, or is there some kind of sanitation going on for security reasons?
[^1]: I don’t want to change the style of Obsidian links globally, because I’d like links to be color coded basd on context.
[^2]: Again, I have a reason for the same level header to be differently color coded based on context.