Dev issue (internal) !publish!

This commit is contained in:
constantinos 2023-07-15 14:50:13 +03:00
parent 8da7118b86
commit 2c36da4cd4
4 changed files with 149 additions and 0 deletions

View file

@ -0,0 +1,75 @@
---
title: "DEV: Codeblock/quote tests Only ⚫ "
date: "2023-07-09T21:12:14+03:00"
author: "anybody"
draft: true
keywords:
- draft
- test
- local
abstract: |
Tests for code block highlighting
---
# CSS Changes
## Code blocks
```
pre {/*edited by anybody*/
padding-left:1rem;
border: 1px red solid;
/*border-top: 1px red solid;
border-bottom: 1px red solid;*/
background-color:#fff5f5;
font-size:75%;
white-space: break-spaces;
/*overflow-wrap = break-word;*/
}
code { /*edited by anybody; added background color same as in pre above*/
background-color: #fff5f5;
}
```
## Right border for tables
```
table{
border-right:1px red solid; /*edit anybody */
}
```
# Code block CSS testing
This is some random text for checking margins against the styles below
> This is a blockquote, that is long enough, lorem ipsum whatever
and codeblocks
```
this is a code block that is a bit long, with manually
set carriage returns.
```
Codeblock with overflow
**It wraps after css edit: `pre {white-space: break-spaces;}`**
```
this is a code block that is a bit long that violates line wrapping, by lorem ipsum / this is a code block that is a bit long that violates line wrapping, by lorem ipsum
```
codeblock with line numbering; add `text {linenos=true}` after <code>```</code>
```text {linenos=true}
line 1
line 2
line 3
```
Overflow text
```
Here is a sentence with a footnote.[^fn]
[^fn]: This is the text of a footnote, used 3 times.
```

View file

@ -0,0 +1,45 @@
---
title: "DEV: Embed Test ⚫ 🎮"
date: "2023-07-05T22:55:31+03:00"
author: "file-creator-put-your-name-here"
contributors: ["jane-contributor.md"]
draft: true
keywords:
- draft
abstract: |
The text of your abstract.
---
# itch embed of unity game
https://brkeogh.itch.io/dressage
- requires multiple dependencies (gps etc., check if they actually work)
- figure out scroll window
<div>
<div style="position:relative;padding-top:56.25%;">
<iframe src="https://v6p9d9t4.ssl.hwcdn.net/html/431998/Dressage1.0/index.html?v=1542808136" frameborder="0" allowfullscreen="true" style="position:absolute;top:0;left:0;width:100%;height:100%;">
</iframe>
</div>
</div>
# basic embed
<div> <div style="position:relative;padding-top:56.25%;"> <iframe src="https://pippinbarr.com/lets-play-ancient-greek-punishment/" frameborder="0" allowfullscreen style="position:absolute;top:0;left:0;width:100%;height:100%;"></iframe> </div> </div>
<!-- original iframe from itch
<div style="width:100%;height:100%;">
<iframe scrolling="no" webkitallowfullscreen="true" src="https://v6p9d9t4.ssl.hwcdn.net/html/431998/Dressage1.0/index.html?v=1542808136" allow="autoplay; fullscreen *; geolocation; microphone; camera; midi; monetization; xr-spatial-tracking; gamepad; gyroscope; accelerometer; xr; cross-origin-isolated" mozallowfullscreen="true" allowtransparency="true" allowfullscreen="true" id="game_drop" msallowfullscreen="true" frameborder="0"></iframe>
</div>
-->
<!--
<div>
<iframe src=""https://v6p9d9t4.ssl.hwcdn.net/html/431998/Dressage1.0/index.html?v=1542808136" allow="autoplay; fullscreen *; geolocation; microphone; camera; midi; monetization; xr-spatial-tracking; gamepad; gyroscope; accelerometer; xr; cross-origin-isolated" mozallowfullscreen="true" allowtransparency="true" allowfullscreen="true" id="game_drop" msallowfullscreen="true"frameborder="0" style="position:absolute;top:0;left:0;width:100%;height:100%;"></iframe>
</div>
-->

View file

@ -0,0 +1,17 @@
+++
title= "DEV: Library Referencing ⚫ "
date= "2023-07-12T18:14:06+03:00"
author= "anybody"
contributors= ["constantinos-miltiadis.md"]
draft= true
keywords=["draft", "test"]
abstract= "The text of your abstract. (Below is an instruction checklist for article-file creators/editors)"
+++
```
Issue: 1ref works ok; 2nd ref breaks the site.
```
- ![](bib:62cdc920-998c-4563-a656-1e874d280101)
- [](bib:ee04bbfe-e88e-40cb-9b13-b45de4fec4d7)

View file

@ -0,0 +1,12 @@
---
title: "Dev Tests 🛠"
date: "2023-07-13T13:23:59+03:00"
author: "anybody"
draft: true
has_articles: ["article-test.md","dev-embed-test.md","dev-ref.md", "dev-codeblocks.md"]
keywords:
- draft
abstract: |
This is a DRAFT issue for DEV and other tests.
Leave `draft:true`
---