The current implementation of `MarkdownLineHeightSpan` is a bit tricky: https://github.com/Expensify/react-native-live-markdown/blob/b753c7a775208fc2c49d34f4d729f11ff73b1815/android/src/main/java/com/expensify/livemarkdown/spans/MarkdownLineHeightSpan.java#L6-L18 Also, we need to obtain information about existing spans before applying `MarkdownLineHeightSpan`: https://github.com/Expensify/react-native-live-markdown/blob/b753c7a775208fc2c49d34f4d729f11ff73b1815/android/src/main/java/com/expensify/livemarkdown/MarkdownUtils.java#L149-L157 The objective of this task is to eliminate division by 4 as well as calling `.getSpans()` method if needed.