[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Fix HTML escaping when rendering README
- Subject: Fix HTML escaping when rendering README
- From: Chris Warburton
- Date: Tue, 25 Jul 2017 12:14:58 +0100
- Resolution: fixed
- State: resolved
In particular, code blocks containing `import <nixpkgs> {}` become
`import <lt;nixpkgs>gt; {}`.
Also, the README is preceded by "Contents of follows", which should be
the filename (e.g. "Contents of README follows" or "Contents of
README.md follows")