Commit 46f25f0b470497d25b6f28a54238bbe1bd1208a0

Martin Mitas 2019-11-12T21:48:26

md_analyze_emph: Call md_resolve_range() with proper chain. Errorneously, we have called md_resolve_range() with mark chain derived from the closer mark. In the case that the opener and closer marks differ in length (and we have split one or the other), we pass in an incorrect chain, which may lead to strange behavior in subsequent analysis. Fixes #98.