With 0.1.12 version, any text (not link) with `-` character that comes before a query param is not rendered. Example: ?PROJECT=workshop&CLUSTER_SUBDOMAIN=apps.crc.testing ``` [source,text,role="copypaste",subs="+attributes"] ---- http://nationalparks-%PROJECT%.%CLUSTER_SUBDOMAIN% ---- ``` Will be rendered as: http://nationalparks-%PROJECT%.apps.crc.testing Probably [this](https://github.com/redhat-scholars/course-ui/blob/master/src/js/07-userparams-behaviour.js#L81) regexp is not matching it correctly?