Skip to content

Commit 0605de3

Browse files
Merge pull request microsoft#88 from microsoft/psl-showdown-pkg
fix: Update Showdown Package Locally to Resolve Bug15178
2 parents 4655b3c + 52f6522 commit 0605de3

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

src/frontend/wwwroot/libs/showdown.min.js

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/frontend/wwwroot/task/employee.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ <h1 id="taskName" class="title"></h1>
126126
></script>
127127
<script
128128
type="text/javascript"
129-
src="https://unpkg.com/showdown/dist/showdown.min.js"
129+
src="../libs/showdown.min.js"
130130
></script>
131131
<script src="../utils.js"></script>
132132
<script src="../app.js"></script>

0 commit comments

Comments
 (0)