56738617
|
Ben Gamari
|
Rewrite superfluous issue links
Many issues in the wiki were unnecessarily links:
```
... patch posted in [\#1346](https://gitlab.haskell.org/ghc/ghc/issues/1346).
```
This rewrites these as `#1346` using
```bash
sed -i -r -e 's/\[\\#([0-9]+)\]\([^)]+\/\1\)/#\1/g' $(find -iname '*.md')
```
And manually eyeballing the result.
|
|
6530fd1d
|
Tobias Dammers
|
Fix markdown link syntax
|
|
8d2d9a9f
|
Tobias Dammers
|
Remove leading space from markdown link labels
|
|
290b0a0e
|
simonmar
|
Edit Design/DeprecationMechanisms
|
|
ee72a45b
|
goldfire
|
Edit Design/DeprecationMechanisms
|
|
da0ac3f8
|
Herbert Valerio Riedel
|
Edit Design/DeprecationMechanisms
|
|
beb3be9a
|
Herbert Valerio Riedel
|
add idea about a `REMOVED` pragma
|
|
e65fefd5
|
bgamari
|
Edit Design/DeprecationMechanisms
|
|
360265c6
|
bgamari
|
Edit Design/DeprecationMechanisms
|
|