Open amadeu01 opened 3 years ago
I am the same issue in my project too
Have to implement a string checking and insert a transparent character in the beginning of the string (if the first three characters are ---
)
I have the same issue with the frontMatterRules.
What is the frontMatterRules?
If the string that start with "---", the contents between the start "---" and the next "---" are all gone in the result attributed text.
When we attempt to create a new
SwiftyMarkdown
using one string that starts with the characters---
it will break. It does not happen if you have something before the---
, such as. ---
How we are currently using the lib ⤵️
It might be related to ⤵️