Skip to content

Tags: awesome-archive/Ink-1

Tags

0.1.3

Toggle 0.1.3's commit message
Introduce case-insensitivity for reference link labels (JohnSundell#16)

Merge PR from @ezfe
* Introduce case-insensitivity for reference link labels
* Moved `.lowercased()`

0.1.2

Toggle 0.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
HTML: Treat comments as self-closing tags (JohnSundell#10)

This patch makes Ink parse HTML comments correctly, by treating them as
self-closing tags, rather than as opening ones (which would cause all
subsequent text to be parsed as plain HTML).

0.1.1

Toggle 0.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #1 from JohnSundell/linux-ci

Linux: Include all test cases

0.1.0

Toggle 0.1.0's commit message
Add LICENSE file