Skip to content

Commit

Permalink
simplify HTML core to facilitate external injection
Browse files Browse the repository at this point in the history
  • Loading branch information
Sup2point0 authored May 10, 2024
1 parent a5b5308 commit 17992d4
Showing 1 changed file with 2 additions and 44 deletions.
46 changes: 2 additions & 44 deletions quarkdown/resources/core.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!DOCTYPE html>

<!-- Quarkdown Core v1.8.1 -->
<!-- Quarkdown Core v1.9.0 -->
<html>

<head>
Expand All @@ -17,53 +17,11 @@
<link rel="stylesheet" type="text/css" href="https://raw.githack.com/Sup2point0/Quarkdown/main/quarkdown/resources/styles/essence.css">
<link rel="stylesheet" type="text/css" href="https://raw.githack.com/Sup2point0/Quarkdown/main/quarkdown/resources/styles/assort.css">
{styles}

<!-- we use this endpoint for security -->
<script type="text/javascript" src="https://d3eoax9i5htok0.cloudfront.net/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"> </script>
<!-- <script type="text/javascript" src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"> </script> -->
</head>

<body class="{dark}">

{nav}

<nav>
<ul>
<div class="left">
<li id="github-icon">
<a href="https://github.com/Sup2point0/Assort"> <div class="nav-cell">
<img height="42rem" src="https://raw.githubusercontent.com/Sup2point0/sup2point0.github.io/sup/.assets/icons/github-light.svg">
</div> </a>
</li>
<li id="assort">
<a href="https://sup2point0.github.io/assort"> <div class="nav-cell"> Assort </div> </a>
</li>
</div>

<div class="right">
<li>
<a href="https://sup2point0.github.io/assort/explore"> <div class="nav-cell"> franchises </div> </a>
<ul class="dropdown">
<li>
<a href="https://sup2point0.github.io/assort/yugioh"> <div class="nav-cell"> <em>Yu-Gi-Oh!</em> </div> </a>
</li>
<li>
<a href="https://sup2point0.github.io/assort/victory"> <div class="nav-cell"> <em>Victory!</em> </div> </a>
</li>
</ul>
</li>
<li>
<a href="https://sup2point0.github.io/assort/poetry"> <div class="nav-cell"> poetry </div> </a>
</li>
<li>
<a href="https://sup2point0.github.io/assort/writing"> <div class="nav-cell"> writing </div> </a>
</li>
<li>
<a href="https://sup2point0.github.io/assort/dev"> <div class="nav-cell"> dev </div> </a>
</li>
</div>
</ul>
</nav>

<article>

Expand All @@ -77,7 +35,7 @@

<div id="footer">
<p> by <a href="https://github.com/Sup2point0">Sup#2.0</a> </p>
<p> Auto-rendered by <a href="https://github.com/Sup2point0/Quarkdown">Quarkdown</a> v{version} </p>
<p> Automagically rendered by <a href="https://github.com/Sup2point0/Quarkdown"><em>Quarkdown</em></a> v{version} </p>
<p> <a href="{source}">View on GitHub</a> </p>
</div>

Expand Down

0 comments on commit 17992d4

Please sign in to comment.