dlang-tour / core

D Language online tour (https://tour.dlang.org/) and online editor (https://run.dlang.io/)
Boost Software License 1.0
115 stars 48 forks source link

feat: Add support for linking to section headings #783

Closed PetarKirov closed 11 months ago

PetarKirov commented 11 months ago

With this change, links of the form basics/delegates#anonymous-functions-lambdas are no longer rejected. Instead, they're accepted and clicking on them leads to the browser navigating to the right page and highlighting the specific heading.

This is done by:

dlang-tour-core-pr-783-linking-to-headings.webm

maxhaton commented 11 months ago

std.process.ProcessException@std/process.d(905): Executable file not found: dmd

maxhaton commented 11 months ago

Thx