Skip to content

Remove URLs next to links when export to PDF using browser built-in print #535

Open
@antonio7905

Description

@antonio7905

When I export a note to PDF by Chrome built-in print, the URL will show next to the link,
like this
screen shot 2017-08-27 at 23 13 49

The link is still available after export to PDF, so it seems we can remove the URL after the link?
And this can be done by adding CSS rule.

@media print {
    a[href]::after {
        content: none !important;
    }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    HacktoberfestdocsReleated to new or missing documentationenhancementWants to improvide an existing featureimport/exportRelated to importing or exporting from or to HackMD in some formatminor

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions