I am trying to output a notification to Microsoft Teams and the "found line separator" that is used in the $Details$ out put causes the text to become "engorged". This seems to be due to the fact that the webhook api for the application reads the text objects as being in Markdown, so it interprets each line a heading instead of plain text. It would seem that there is no way to escape the entirety of the $Details$ output, so I was wondering if there was a way to change the separator characters to somethin that would not throw Teams into a Markdown tizzy.

asked 08 Nov '16, 14:27

TheSemicolon's gravatar image

TheSemicolon
33810
accept rate: 0%

edited 09 Nov '16, 11:57

Be the first one to answer this question!
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×78
×4
×1
×1

Asked: 08 Nov '16, 14:27

Seen: 3,168 times

Last updated: 13 Jan '17, 05:08