-
Improvement
-
Resolution: Unresolved
-
Minor
-
None
The plugin is writing some markdown plugins. So far, it's up to the developer to identify what pieces of data may have special characters and escape them with custom methods. There are a lot of texts not being escaped, for example:
- paths of files or directories with underscores
- labels with underscores
- etc
This ticket is to add a markdown library to write this type of files giving the responsibility of escaping the text to the library, therefore doing a better formatting.
I consider it a bug because currently there is a lot of unescaped texts that should be escaped.
[JENKINS-58341] Add a markdown library to write these files appropriately in support-core-plugin
Description |
Original:
The plugin is writing some markdown plugins. So far, it's up to the developer to identify what pieces of data may have special characters and escape them with custom methods. There are a lot of texts not being escaped, for example: * paths of files or directories with underscores * labels with underscores * etc This ticket is to add a markdown library to write this type of files giving the responsibility of escaping the text to the library, therefore doing a best formatting. |
New:
The plugin is writing some markdown plugins. So far, it's up to the developer to identify what pieces of data may have special characters and escape them with custom methods. There are a lot of texts not being escaped, for example: * paths of files or directories with underscores * labels with underscores * etc This ticket is to add a markdown library to write this type of files giving the responsibility of escaping the text to the library, therefore doing a better formatting. |
Issue Type | Original: Improvement [ 4 ] | New: Bug [ 1 ] |
Description |
Original:
The plugin is writing some markdown plugins. So far, it's up to the developer to identify what pieces of data may have special characters and escape them with custom methods. There are a lot of texts not being escaped, for example: * paths of files or directories with underscores * labels with underscores * etc This ticket is to add a markdown library to write this type of files giving the responsibility of escaping the text to the library, therefore doing a better formatting. |
New:
The plugin is writing some markdown plugins. So far, it's up to the developer to identify what pieces of data may have special characters and escape them with custom methods. There are a lot of texts not being escaped, for example: * paths of files or directories with underscores * labels with underscores * etc This ticket is to add a markdown library to write this type of files giving the responsibility of escaping the text to the library, therefore doing a better formatting. I consider it a bug because currently there is a lot of unescaped texts that should be escaped. |
Assignee | Original: Emilio Escobar [ escoem ] |
Issue Type | Original: Bug [ 1 ] | New: Improvement [ 4 ] |