Comparing this: ```md --- tags: [test] --- line one --- line two ``` With this: ```md line one --- line two ``` we can see that separator line(---) between "line one" and "line two" is ignored in the first one, but not the second.
Comparing this:
With this:
line one --- line twowe can see that separator line(---) between "line one" and "line two" is ignored in the first one, but not the second.