My Markdown element keeps putting the bullet for this one particular line item above the line itself.
Further down in the Markdown element, there are bulleted line items that have identical markdown that are rendering correctly, so I don't know what the problem is.
The markdown for the screenshotted lines can be viewed below:
## Features/Bug Fixes ##
### Features: ###
* **Asset Map** β The Asset map was highly requested and is now functional.
...
### Bug Fixes: ###
* **Waterfall Chart** β it was pointed out that the βblueβ was overlapping with the projected and target production rates and you could not see them. It has now been updated that the target and projected rates are above the current production.
* **Scheduling auto populates for popup** β the unscheduled work order quantity now auto populates when you are trying to make it a βrealβ work order, in the make work order popup
It renders correctly in Designer on 8.1.41 for me.
What version are you on?
My Ignition platform version is 8.1.39
This forum uses Markdown. Try pasting it in here. (You don't have to actually post it.)
Here's what I get:
Features/Bug Fixes
Features:
- Asset Map β The Asset map was highly requested and is now functional.
...
Bug Fixes:
- Waterfall Chart β it was pointed out that the βblueβ was overlapping with the projected and target production rates and you could not see them. It has now been updated that the target and projected rates are above the current production.
- Scheduling auto populates for popup β the unscheduled work order quantity now auto populates when you are trying to make it a βrealβ work order, in the make work order popup
I figured it out: the line break I included at the very end of the bulleted line was causing the visual bug.
1 Like
In my case, it was because of a tab at the very begining of the next line.
I've changed something like this:
- Bulleted line
```
some code behind
```
for this:
- Bulleted line
```
some code behind
```