md`
If we write a paragraph, and put a bit of LaTeX in the middle,
at the start of a new line of markup, Markdown processing breaks.
${tex`a + b = c`}. e.g. A link to [Google][] here won’t render.
If the embedded LaTeX doesn’t start a line, it works fine, ${tex`a + b = c`}.
e.g. A link to [Google][] here renders fine.
[Google]: https://google.com/
`