https://issues.dlang.org/show_bug.cgi?id=17391
Vladimir Panteleev <thecybersha...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |thecybersha...@gmail.com --- Comment #1 from Vladimir Panteleev <thecybersha...@gmail.com> --- Hmm... DDoc allows embedding HTML "by design", so this is not a bug. It might be an issue for websites which display documentation of third-party packages though. Perhaps it would make sense to forbid certain HTML tags in .d files (i.e. inline documentation comments and the "Macros" section), while still allowing them in macro definitions in .ddoc files. --