diff --git a/content/article/dev-codeblocks.md b/content/article/dev-codeblocks.md new file mode 100644 index 0000000..b7a3f69 --- /dev/null +++ b/content/article/dev-codeblocks.md @@ -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 ``` + +```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. +``` \ No newline at end of file diff --git a/content/article/dev-embed-test.md b/content/article/dev-embed-test.md new file mode 100644 index 0000000..c418936 --- /dev/null +++ b/content/article/dev-embed-test.md @@ -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 + +
+
+ +
+
+ + +# basic embed +
+ + + + + + diff --git a/content/article/dev-ref.md b/content/article/dev-ref.md new file mode 100644 index 0000000..0b7af62 --- /dev/null +++ b/content/article/dev-ref.md @@ -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) + diff --git a/content/issue/int-issue-dev.md b/content/issue/int-issue-dev.md new file mode 100644 index 0000000..097fc88 --- /dev/null +++ b/content/issue/int-issue-dev.md @@ -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` +--- \ No newline at end of file