Markdown Syntax for Multiple Blank Lines
Hello,
I've come across a few posts that are similar to what I'm trying to do but not exactly it. I'm looking to add multiple blank lines between text in an Alert activity in VSWF. I'm able to generate new lines when text is present in the line but not when I just want blank space. I've tried what seems like every Markdown option to do this with no luck. Has anyone been able to do this before?
The image I've included shows the space I want to expand/separate more.
=`Inspection Completed: **#${$cwRequest2.result.InspectionId}**
---
DESCRIPTION: **${$cwRequest2.result.InspTemplateName}**
ASSETID: **${$valueSelectedHydrants.result.attributes.ASSETID}**
LOCATION: **${$cwRequest2.result.Location}**
Work Order Created: **#${$createWorkOrder1.result[0].WorkOrderSid}**
---
DESCRIPTION: **${$createWorkOrder1.result[0].Description}**
ASSETID: **${$valueSelectedHydrants.result.attributes.ASSETID}**
LOCATION: **${$createWorkOrder1.result[0].WOAddress}**
`

-
Try this:
DESCRIPTION: **${$cwRequest2.result.InspTemplateName}**
ASSETID: **${$valueSelectedHydrants.result.attributes.ASSETID}**
LOCATION: **${$cwRequest2.result.Location}**
\
\
Work Order Created: **#${$createWorkOrder1.result[0].WorkOrderSid}**
Ending a line with a backslash adds a line break.
1
Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.
Kommentare
1 Kommentar