mirror of
https://github.com/progsource/maddy.git
synced 2026-03-25 16:00:39 +01:00
* Add regex for title text version of links Original parser matched: [name](http:://link) Add match for: [name](http:://link "title text") * Add tests and improve regex's * Several new tests in test_maddy_linkparser.cpp (Some with paths for future improvement, and one to ensure an overzealous future update doesn't disallow actually-used special characters like o-umlaut). * URLs now ignore leading/trailing spaces. * URLs now don't match on internal spaces or quotes. * Small grammar fix in CONTRIBUTING.md * Updated changelog.
15 lines
583 B
Plaintext
15 lines
583 B
Plaintext
The following authors have all licensed their contributions to maddy under the
|
|
licensing terms detailed in LICENSE.
|
|
|
|
(Authors keep copyright of their contributions, of course; they just grant
|
|
a license to everyone to use it as detailed in LICENSE.)
|
|
|
|
M. Petra Baranski (info@progsource.de)
|
|
Patrick José Pereira (patrickelectric@gmail.com)
|
|
Martin Kopecky (martin.kopecky357@gmail.com)
|
|
Andrew Mettlach (dmmettlach@gmail.com)
|
|
Evan Klitzke (evan@eklitzke.org)
|
|
Albert Schwarzkopf (dev-maddy@quitesimple.org)
|
|
Ivans Saponenko (ivans.saponenko+maddy@gmail.com)
|
|
Lucian Smith (lpsmith@uw.edu)
|