• Resolved mariushosting

    (@marius84)


    When you copy and paste the “pre” code and this come with a space, the plugin will not respect the format and copy the code without the space like in this case:

    I want to copy and paste this:

    services:
       db:
         image: mysql:5.7
         container_name: mysql_leantime
         volumes:

    The plugin will copy this text in this format

    services:
    db:
    image: mysql:5.7
    container_name: mysql_leantime
    volumes:

    So actually the plugin is bugged.

Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Wrong copy format.’ is closed to new replies.