guillep2k
15809d81f7
Rewrite reference processing code in preparation for opening/closing from comment references (#8261)
* Add a markdown stripper for mentions and xrefs
* Improve comments
* Small code simplification
* Move reference code to modules/references
* Fix typo
* Make MarkdownStripper return [][]byte
* Implement preliminary keywords parsing
* Add FIXME comment
* Fix comment
* make fmt
* Fix permissions check
* Fix text assumptions
* Fix imports
* Fix lint, fmt
* Fix unused import
* Add missing export comment
* Bypass revive on implemented interface
* Move mdstripper into its own package
* Support alphanumeric patterns
* Refactor FindAllMentions
* Move mentions test to references
* Parse mentions from reference package
* Refactor code to implement renderizable references
* Fix typo
* Move patterns and tests to the references package
* Fix nil reference
* Preliminary rendering attempt of closing keywords
* Normalize names, comments, general tidy-up
* Add CSS style for action keywords
* Fix permission for admin and owner
* Fix golangci-lint
* Fix golangci-lint
2019-10-13 23:29:10 +01:00
..
2019-10-02 15:20:30 +08:00
2019-05-14 12:02:59 -04:00
2019-09-16 17:03:22 +08:00
2019-10-04 09:18:46 +02:00
2019-05-14 08:54:23 +08:00
2019-02-16 19:33:09 +02:00
2019-07-29 10:27:05 +08:00
2019-06-27 08:36:36 +02:00
2019-05-14 08:54:23 +08:00
2019-05-13 07:26:32 +01:00
2019-07-11 22:45:10 +08:00
2019-05-14 08:54:23 +08:00
2019-10-13 23:29:10 +01:00
2019-05-14 08:54:23 +08:00
2019-05-14 08:54:23 +08:00
2019-06-27 08:36:36 +02:00
2018-08-06 06:43:21 +02:00