mirror of
https://github.com/rclone/rclone.git
synced 2026-01-10 12:33:46 +00:00
build: improve backend docs autogenerated marker line
Replace custom rem hugo shortcode template with HTML comment. HTML comments are now allowed in Hugo without enabling unsafe HTML parsing. Improve the text in the comment: Remove unnecessary quoting, and avoid impression that make backenddocs has to be run and results committed, since we have a lint check which will then report error because we want to prevent manual changes in autogenerated sections. Disable the markdownlint rule line-length on the autogenerated marker line. Make the autogenerated marker detection a bit more robust. See #8942 for more details.
This commit is contained in:
@@ -12,9 +12,9 @@ description: "Rclone Authors and Contributors"
|
||||
|
||||
## Contributors
|
||||
|
||||
{{< rem `email addresses removed from here need to be added to
|
||||
<!-- email addresses removed from here need to be added to
|
||||
bin/.ignore-emails to make sure update-authors.py doesn't immediately
|
||||
put them back in again.` >}}
|
||||
put them back in again. -->
|
||||
|
||||
- Alex Couper <amcouper@gmail.com>
|
||||
- Leonid Shalupov <leonid@shalupov.com> <shalupov@diverse.org.ru>
|
||||
|
||||
Reference in New Issue
Block a user