If you parse a markdown string without meta data, the previously parsed meta data is still set in md.meta.
This can lead to unpredictable results. It would be better to reset the property to a new object, if now meta data is found in the markdown string or before actually parsing the meta data.
If you parse a markdown string without meta data, the previously parsed meta data is still set in
md.meta.This can lead to unpredictable results. It would be better to reset the property to a new object, if now meta data is found in the markdown string or before actually parsing the meta data.