Glossary plugin applying CSS to terms in code block causing extraneous HTML tags in the code block

Issue #125 resolved
Former user created an issue

When a term that is in the glossary for a space is used within a code block it causes extraneous HTML to be included in the block as it tries to apply the CSS defined by the glossary.

    // Utilize <span class="sp-highlight-term underline sp-cursor-pointer" style="background-color: rgb(255, 255, 255);">Kafka</span> backend for spring-cloud-bus, use spring-cloud-starter-bus-rabbit for Rabbit
    implementation("org.springframework.cloud:spring-cloud-starter-bus-<span class="sp-highlight-term underline sp-cursor-pointer" style="background-color: rgb(255, 255, 255);">kafka</span>")

Comments (3)

  1. Scott Selberg

    I'm not sure this complaint is about the Keysight Basic Glossary. There is presently no logic to highlight words that exist in the glossary. The limited and simple functionality is to lookup the highlighted text to see if a definition exists.

  2. Log in to comment