disable/remove markdown formatted output
Reported by Greg Schueler | November 12th, 2010 @ 09:35 AM | in Rundeck 1.0
output logs are reformatted with markdown, this should be removed or disabled
Comments and changes to this ticket
-
Greg Schueler November 12th, 2010 @ 10:56 AM
- State changed from new to needs_verification
- Assigned user set to Greg Schueler
https://github.com/gschueler/rundeck/tree/issue68-nomarkdown
simply disables use of markdown formatting in execution output view by default
verify: execute a job like "echo test" verify output is literal "test" and not html italics.
modify your rundeck-config.properties, and add output.markdown.enabled=true
restart rundeck, view same job output, and see that output is processed with markdown
-
Deleted User November 19th, 2010 @ 11:46 AM
- State changed from needs_verification to resolved
- Milestone order changed from 25 to 0
(from [7a6336b78c23977f490216f37ea7820e2d8c7b43]) disable markdown output by default [#68 state:resolved] https://github.com/dtolabs/rundeck/commit/7a6336b78c23977f490216f37...
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
(DEPRECATED) Please use github issues for issue tracking at http://github.com/dtolabs/rundeck/issues
People watching this ticket
Referenced by
- 68 disable/remove markdown formatted output (from [7a6336b78c23977f490216f37ea7820e2d8c7b43]) disable...