mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-21 16:29:40 +02:00
Modernization of build environment. Less gulp, more npm. Eslint.
This commit is contained in:
@@ -3,9 +3,9 @@
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
|
||||
<link rel="stylesheet" href="../../dist/mermaid.css"/>
|
||||
<link rel="stylesheet" href="dist/mermaid.css"/>
|
||||
|
||||
<script src="../../dist/mermaid.js"></script>
|
||||
<script src="dist/mermaid.js"></script>
|
||||
<style>
|
||||
body{
|
||||
background-color: #89896f;
|
||||
@@ -15,7 +15,7 @@
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<h1><i class="fa fa-camera-retro"></i> Font awesome support</h1>
|
||||
<h1><i class="fa fa-camera-retro"></i> Font awesome support!</h1>
|
||||
<div class="mermaid" id="i211">
|
||||
graph LR
|
||||
A["A double quote:#quot;"] -->B["fa:fa-twitter nu springer vi"]
|
||||
|
Reference in New Issue
Block a user