-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Open
Labels
HacktoberfestdocsReleated to new or missing documentationReleated to new or missing documentationenhancementWants to improvide an existing featureWants to improvide an existing featureimport/exportRelated to importing or exporting from or to HackMD in some formatRelated to importing or exporting from or to HackMD in some formatminor
Description
When I export a note to PDF by Chrome built-in print, the URL will show next to the link,
like this
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;
}
}
ARVINDTRONICS and Dimitris24sta23
Metadata
Metadata
Assignees
Labels
HacktoberfestdocsReleated to new or missing documentationReleated to new or missing documentationenhancementWants to improvide an existing featureWants to improvide an existing featureimport/exportRelated to importing or exporting from or to HackMD in some formatRelated to importing or exporting from or to HackMD in some formatminor