https://issues.dlang.org/show_bug.cgi?id=13212
--- Comment #2 from [email protected] --- Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/35735aaf062e4f11c0d6418169e0d72422d34673 Fix Issue 13212 - Windows line endings handled incorrectly by ddoc macros Handle \r as \n in macro definitions to prevent a trailing carriage return on a macro with an empty line following it. https://github.com/D-Programming-Language/dmd/commit/a3a1ef0bf134b00e37875cff2508510a82974530 Merge pull request #3829 from ntrel/macro-cr Fix Issue 13212 - Trailing Windows line endings not stripped from .ddoc macros --
