Skip to content

Commit

Permalink
Link article in intro, remove confusing examples with spaces that don…
Browse files Browse the repository at this point in the history
…'t render properly in GFM (#82)
  • Loading branch information
zimeon authored Sep 19, 2024
1 parent f25d485 commit 00bd9dc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/0011-direct-clean-path-layout.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

This extension is intended to be used to map logical paths to safe content paths. This is done by replacing or removing "dangerous characters" from names.

This functionality is based on David A. Wheeler's essay "Fixing Unix/Linux/POSIX Filenames" (https://www.dwheeler.com/essays/fixing-unix-linux-filenames.html)
This functionality is based on David A. Wheeler's essay ["Fixing Unix/Linux/POSIX Filenames"](https://www.dwheeler.com/essays/fixing-unix-linux-filenames.html)

### Usage Scenario

Expand All @@ -29,9 +29,7 @@ This extension provides injective (one-to-one) projections only if `encodeUTF ==

* `~file` => `file`
* `-file` => `file`
* ` file` => `file`
* `file` => `file`
* `file ` => `file`

## Parameters

Expand Down

0 comments on commit 00bd9dc

Please sign in to comment.