is this a typo in the docs: <https://www.pantsbuil...
# general
p
is this a typo in the docs: https://www.pantsbuild.org/docs/reference-python_requirement_library#coderequirementscode
. ['foo==1.8', 'bar<=3 ; python\_version<'3'].
instead of
. ['foo==1.8', 'bar<=3 ; python_version<'3'].
?
h
It's an issue with the markdown escaping
It's been very very difficult to get things to render correctly
h
I'll take a look, I think we're getting closer to correctness...
❤️ 1
Thanks for the report @polite-garden-50641
This is very weird - that page has several other cases of the same escaped underscore, and they all render fine except this one. Trying to figure out what the difference is in this case.
👀 1
OK, it has to do with whether the text is in a <p> block or not
Yeesh
h
Hm. I remember I added the
<p>
block very intentionally, pretty sure so that newlines rendered correctly when a section has multiple "paragraphs" or a list