digitalmars.D - Removal of `-transition=vmarkdown` and `-revert=markdown`
- Nicholas Wilson (13/13) May 01 2022 Hi all
- Walter Bright (2/3) May 01 2022 It's ok with me. I was initially opposed to adding markdown, but I was w...
Hi all I plan on removing `-transition=vmarkdown` and `-revert=markdown`[1] and making markdown replacement in DDoc always on. Markdown replacement in DDoc has been the default since Sep 2020. All projects on buildkite compile with this change. Are there any objections to this? This could go through a deprecation if necessary, but given this change only affects documentation generation, I don't think this is necessary. The small sample that is buildkite does not fail on any projects, suggesting this switches are very rarely deployed, if at all. Nic [1]: https://github.com/dlang/dmd/pull/14050
May 01 2022
On 5/1/2022 3:13 AM, Nicholas Wilson wrote:Are there any objections to this?It's ok with me. I was initially opposed to adding markdown, but I was wrong.
May 01 2022