Closed rplopes closed 5 years ago
🤦♂️
Weirdly they don't support CommonMark, nor there is an issue about it.
Ugh it seems that this PR still hasn't fixed it. So Slate's documentation is either wrong, or we've hit some bizarre edge case. We'll have to come up with an alternative solution.
Adding a blank line before the list should allow it to be recognized. It's a common pattern in many markdown processors.
Love that consistency. Thanks, will try that next.
Using
-
, GitHub shows bullet points correctly, but Slate doesn't.According to their documentation, we need to replace
-
with*
to get bullet points to work as expected in Slate.