-
Notifications
You must be signed in to change notification settings - Fork 217
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into typo_warning
- Loading branch information
Showing
8 changed files
with
64 additions
and
8 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
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
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
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,45 @@ | ||
<!DOCTYPE HTML> | ||
<html> | ||
<head> | ||
<title>/StandaloneTextFile.txt</title> | ||
<link rel="stylesheet" type="text/css" href="index.css"> | ||
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css2?family=Fira+Code:wght@400;500;600;700&family=Lato:ital,wght@0,400;0,700;1,400&display=swap"> | ||
<script type="text/javascript" src="index.js"> | ||
</script> | ||
<meta charset="UTF-8"> | ||
</head> | ||
<body> | ||
<div class="nav-bar"> | ||
<img class="dhall-icon" src="dhall-icon.svg"> | ||
<p class="package-title">test-package</p> | ||
<div class="nav-bar-content-divider"> | ||
</div> | ||
<a id="switch-light-dark-mode" class="nav-option">Switch Light/Dark Mode</a> | ||
</div> | ||
<div class="main-container"> | ||
<h2 class="doc-title"> | ||
<span class="crumb-divider">/</span> | ||
<a href="index.html">test-package</a> | ||
<span class="crumb-divider">/</span> | ||
<span class="title-crumb" href="index.html">StandaloneTextFile.txt</span> | ||
</h2> | ||
<a class="copy-to-clipboard" data-path="/StandaloneTextFile.txt"> | ||
<i> | ||
<small>Copy path to clipboard</small> | ||
</i> | ||
</a> | ||
<br> | ||
<h3>Source</h3> | ||
<div class="source-code"> | ||
<pre>This is a text file that is not referenced by any dhall file. | ||
|
||
+---------------------------------------------------+ | ||
| It should be displayed as <pre>preformatted</pre> | | ||
| text, with horizontal and vertical whitespace | | ||
| preserved, to keep it readable. | | ||
+---------------------------------------------------+ | ||
</pre> | ||
</div> | ||
</div> | ||
</body> | ||
</html> |
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
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,7 @@ | ||
This is a text file that is not referenced by any dhall file. | ||
|
||
+---------------------------------------------------+ | ||
| It should be displayed as <pre>preformatted</pre> | | ||
| text, with horizontal and vertical whitespace | | ||
| preserved, to keep it readable. | | ||
+---------------------------------------------------+ |
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
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