Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
website-old
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
cse340
website-old
Merge requests
!49
Mermaid Update
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Mermaid Update
summer-updates
into
CSE340-WI21
Overview
0
Commits
2
Pipelines
0
Changes
73
Merged
Jasper Palmer
requested to merge
summer-updates
into
CSE340-WI21
4 years ago
Overview
0
Commits
2
Pipelines
0
Changes
73
Expand
Adds the CDN replacement for Mermaid and adds CSS to constrain them to their parent DIVs.
👍
0
👎
0
Merge request reports
Compare
CSE340-WI21
CSE340-WI21 (base)
and
latest version
latest version
629294a3
2 commits,
4 years ago
73 files
+
72
−
60697
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
73
Search (e.g. *.vue) (Ctrl+P)
_layouts/assignment.html
+
1
−
1
Options
@@ -66,7 +66,7 @@
{% include footer.html %}
</main>
<script
src=
"
{{ '/assets/js/mermaid.js' | relative_url}}
"
></script>
<script
src=
"
https://cdn.jsdelivr.net/npm/mermaid/dist/mermaid.min.js
"
></script>
<link
rel=
"stylesheet"
href=
"{{ '/assets/css/mermaid.css' | relative_url }}"
>
<link
rel=
"stylesheet"
href=
"{{ '/assets/css/assignment.css' | relative_url }}"
>
<script>
mermaid
.
initialize
({
startOnLoad
:
true
});
</script>
Loading