-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(package): update @adobe/helix-pipeline to version 3.7.3
- Loading branch information
1 parent
9be7c83
commit 2e9214b
Showing
3 changed files
with
33 additions
and
41 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,39 +1,31 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<title>Example</title> | ||
<link rel="related" href="/welcome.txt"/> | ||
</head> | ||
<body> | ||
Nothing happens here, yet. | ||
<!DOCTYPE html><html> | ||
<head> | ||
<title>Example</title> | ||
<link rel="related" href="/welcome.txt"> | ||
</head> | ||
<body> | ||
Nothing happens here, yet. | ||
|
||
<h1>Here are a few things I know:</h1> | ||
<dl> | ||
<dt>Requested Content</dt> | ||
<dd><code>/index.md</code></dd> | ||
<h1>Here are a few things I know:</h1> | ||
<dl> | ||
<dt>Requested Content</dt> | ||
<dd><code>/index.md</code></dd> | ||
|
||
<dt>Title</dt> | ||
<dd><code>Soup Demo Test</code></dd> | ||
</dl> | ||
<!-- anyway, here's the full content--> | ||
<main> | ||
<h1 id="soup-demo-test">Soup Demo Test</h1> | ||
<p>This is rendered using | ||
<del>Sightly</del> | ||
HTL. | ||
</p> | ||
<div class="admonition-note"> | ||
<p><strong>note</strong> | ||
This is a note. Who’d have noted?</p> | ||
</div> | ||
<p></p> | ||
<div class="embed embed-has-title"> | ||
<span class="title">Fastly error: unknown domain embeds.project-helix.io</span> | ||
<div> | ||
<p></p> | ||
<script>alert('hello');</script> | ||
</div> | ||
</div> | ||
</main> | ||
</body> | ||
</html> | ||
<dt>Title</dt> | ||
<dd><code>Soup Demo Test</code></dd> | ||
</dl> | ||
<!-- anyway, here's the full content--> | ||
<main> | ||
<h1 id="soup-demo-test">Soup Demo Test</h1> | ||
<p>This is rendered using <del>Sightly</del> HTL.</p> | ||
<div class="admonition-note"> | ||
<p><strong>note</strong> | ||
This is a note. Who’d have noted?</p> | ||
</div> | ||
<p></p> | ||
<script> | ||
alert('hello'); | ||
</script> | ||
</main> | ||
</body> | ||
</html> |