Not working in bullet list when there’s an tag already
-
Check this out:
I’ve edited the CSS a bit, so the words with the light grey background are a glossary term, the others are not.
It catches the second occurence, but not the first. If I add an
<a>
tag in the same line, then it fails for this line too.Here’s the code for those two lines:
<li>a CP2102 USB/UART converter with 4 female-female jumper wires (<a href="https://www.amazon.co.uk/UART-CP2102-Module-Serial-Converter/dp/B00AFRXKFU/ref=sr_1_1?ie=UTF8&qid=1507218400&sr=8-1&keywords=CP2102">Amazon UK</a>) (<a href="https://www.amazon.com/KEDSUM?-CP2102-Module-Download-Converter/dp/B009T2ZR6W">Amazon US</a>)</li> <li>a CP2102 USB/UART converter <a>b</a></a></li>
Is this a regex problem?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Not working in bullet list when there’s an tag already’ is closed to new replies.