You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is an issue in general with powershell. When using plain hashes, you cannot be sure about the sequence of the keys. Try [ordered] and you might get improvements. I had to work with these concepts when I developed my own powershell markdown renderer Sarafian/MarkdownPS
outputs
Notice that the sequence of
has been changed to
I experimented a bit with different sequences but I couldn't find the pattern.
The text was updated successfully, but these errors were encountered: