@udx/md2html 1.4.2 → 1.4.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/static/view.hbs +0 -5
package/package.json
CHANGED
package/static/view.hbs
CHANGED
|
@@ -41,8 +41,6 @@
|
|
|
41
41
|
|
|
42
42
|
<title>{{title}}</title>
|
|
43
43
|
|
|
44
|
-
<!-- Google Tag Manager -->
|
|
45
|
-
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src='https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);})(window,document,'script','dataLayer','GTM-TNKNKJN2');</script>
|
|
46
44
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.7.0/styles/atom-one-dark.min.css">
|
|
47
45
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.7.0/highlight.min.js"></script>
|
|
48
46
|
<script src="https://cdn.tailwindcss.com?plugins=typography"></script>
|
|
@@ -227,9 +225,6 @@
|
|
|
227
225
|
</style>
|
|
228
226
|
</head>
|
|
229
227
|
<body class="bg-primary-100">
|
|
230
|
-
<!-- Google Tag Manager (noscript) -->
|
|
231
|
-
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-TNKNKJN2" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
|
|
232
|
-
<!-- End Google Tag Manager (noscript) -->
|
|
233
228
|
|
|
234
229
|
<div class="min-h-screen bg-primary-100">
|
|
235
230
|
<div class="chapter-nav-container">
|