• Resolved shinzanmono

    (@shinzanmono)


    Hello,

    If URL Options is set to ‘Use the dynamic “//” protocol’,
    the following line
    <a href="https://www.example.com/">https://www.example.com/</a>
    is rendered as below.
    <a href="//www.example.com/">//www.example.com/</a>

    But, I want it to be below.
    <a href="//www.example.com/">https://www.example.com/</a>
    So, I want to remove https: in href but I do not want to remove https: in text.
    Is it possible?

Viewing 1 replies (of 1 total)
  • Plugin Author Raul P.

    (@alignak)

    I have done a rollback on 2.2.8 with some minor bug fixes only, and will be looking at the other issues at a later time. Sorry and please update.

Viewing 1 replies (of 1 total)

The topic ‘https: in text is removed’ is closed to new replies.