Add warning about auto-generated README sections
This commit is contained in:
parent
24325f0188
commit
3adcf5f947
1 changed files with 2 additions and 1 deletions
|
@ -66,7 +66,8 @@ class MdCol {
|
||||||
apply(s) {
|
apply(s) {
|
||||||
return s.replace(this.matchRegex, () => {
|
return s.replace(this.matchRegex, () => {
|
||||||
return (
|
return (
|
||||||
`<!-- BEGIN ${this.sectionName} -->\n\n` +
|
`<!-- BEGIN ${this.sectionName} -->\n` +
|
||||||
|
`<!-- THIS SECTION IS AUTOMATICALLY GENERATED. DO NOT EDIT. -->\n\n` +
|
||||||
this.data +
|
this.data +
|
||||||
`\n<!-- END ${this.sectionName} -->\n`
|
`\n<!-- END ${this.sectionName} -->\n`
|
||||||
);
|
);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue