-
Notifications
You must be signed in to change notification settings - Fork 134
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
promote links to file assets unless we already know they are pages
closes #639
- Loading branch information
Showing
6 changed files
with
72 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# horse | ||
|
||
<a href="horse.jpg">horse.jpg</a> | ||
|
||
<a href="horse">horse (md)</a> | ||
|
||
<a href="horse.html">horse.html</a> | ||
|
||
<a href="horse.md">horse.md</a> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# horse | ||
|
||
<a href="horse.jpg">horse.jpg</a> | ||
|
||
<a href="horse">horse (md)</a> | ||
|
||
<a href="horse.html">horse.html</a> | ||
|
||
<a href="horse.md">horse.md</a> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
<!DOCTYPE html> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> | ||
<title>horse</title> | ||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> | ||
<link rel="preload" as="style" href="https://fonts.googleapis.com/css2?family=Source+Serif+Pro:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap" crossorigin> | ||
<link rel="preload" as="style" href="./_observablehq/theme-air,near-midnight.css"> | ||
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css2?family=Source+Serif+Pro:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap" crossorigin> | ||
<link rel="stylesheet" type="text/css" href="./_observablehq/theme-air,near-midnight.css"> | ||
<link rel="modulepreload" href="./_observablehq/client.js"> | ||
<link rel="modulepreload" href="./_observablehq/runtime.js"> | ||
<link rel="modulepreload" href="./_observablehq/stdlib.js"> | ||
<script type="module"> | ||
|
||
import "./_observablehq/client.js"; | ||
|
||
</script> | ||
<input id="observablehq-sidebar-toggle" type="checkbox" title="Toggle sidebar"> | ||
<label id="observablehq-sidebar-backdrop" for="observablehq-sidebar-toggle"></label> | ||
<nav id="observablehq-sidebar"> | ||
<ol> | ||
<label id="observablehq-sidebar-close" for="observablehq-sidebar-toggle"></label> | ||
<li class="observablehq-link"><a href="./">Home</a></li> | ||
</ol> | ||
<ol> | ||
<li class="observablehq-link observablehq-link-active"><a href="./horse">horse</a></li> | ||
</ol> | ||
</nav> | ||
<script>{/* redacted init script */}</script> | ||
<aside id="observablehq-toc" data-selector="h1:not(:first-of-type)[id], h2:first-child[id], :not(h1) + h2[id]"> | ||
<nav> | ||
</nav> | ||
</aside> | ||
<div id="observablehq-center"> | ||
<main id="observablehq-main" class="observablehq"> | ||
<h1 id="horse" tabindex="-1"><a class="observablehq-header-anchor" href="#horse">horse</a></h1> | ||
<p><a href="./_file/horse.2d33a223.jpg">horse.jpg</a></p> | ||
<p><a href="./horse">horse (md)</a></p> | ||
<p><a href="./horse">horse.html</a></p> | ||
<p><a href="./_file/horse.dbb90817.md">horse.md</a></p> | ||
</main> | ||
<footer id="observablehq-footer"> | ||
<nav><a rel="prev" href="./"><span>Home</span></a></nav> | ||
<div>Built with <a href="https://observablehq.com/" target="_blank" rel="noopener noreferrer">Observable</a> on <a title="2024-01-10T16:00:00">Jan 10, 2024</a>.</div> | ||
</footer> | ||
</div> |