Skip to content

Commit

Permalink
prettier --write '**/*.{js,json,md,css}'
Browse files Browse the repository at this point in the history
  • Loading branch information
papandreou committed Oct 21, 2021
1 parent a27c708 commit 5877360
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ Running `hyperlink path/to/index.html --canonicalroot https://deployed.website.c
Hyperlink understands sitemaps, and if you have one, it is recommended to start hyperlink out from that. You might have multiple sitemaps, annotated with `Sitemap:`-directives in your `robots.txt`, in which case you can start hyperlink from your `robots.txt` as well. Run `hyperlink path/to/robots.txt` or `hyperlink path/to/sitemap.xml`

The following sitemap formats are supported:

- [XML Sitemap](https://en.wikipedia.org/wiki/Sitemaps#File_format)
- [Text Sitemap](https://en.wikipedia.org/wiki/Sitemaps#Text_file)
- [RSS or Atom syndictation feeds](https://en.wikipedia.org/wiki/Sitemaps#Syndication_feed)
Expand Down
8 changes: 5 additions & 3 deletions testdata/recursive/style.css
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
@font-face {
font-family: 'Geomanist';
src: url(/1ebd0482aadade65f20ec178219fe012.woff2) format("woff2"), url(/314bbcd238d458622bbf32427346774f.woff) format("woff");
src: url(/1ebd0482aadade65f20ec178219fe012.woff2) format('woff2'),
url(/314bbcd238d458622bbf32427346774f.woff) format('woff');
font-weight: 600;
font-style: normal; }
font-style: normal;
}

body {
background: red;
background: red;
}

0 comments on commit 5877360

Please sign in to comment.