testing
Some checks are pending
Deploy Arise to html branch / Deploy Arise (push) Waiting to run

This commit is contained in:
Jose Falanga 2025-10-13 18:33:49 -03:00
parent 3b611e995b
commit 80211e0540
3 changed files with 92 additions and 66 deletions

View file

@ -1,67 +1,13 @@
# Sample Markdown Test
<!-- BEGIN ARISE ------------------------------
Title:: "Index: Test"
Welcome to the **Markdown style test** for your library-themed site.
This file includes headings, text formatting, lists, links, images, code, blockquotes, tables, and horizontal rules.
Author:: "Jose Falanga"
Description:: "Test"
Language:: "en"
Thumbnail:: ""
Published Date:: ""
Modified Date:: ""
---
## Text Styles
**Bold text**
*Italic text*
***Bold + Italic***
~~Strikethrough~~
`Inline code`
> Blockquote text for testing. The border and color should reflect your library style.
---
## Links
[Internal link](/posts)
[External link](https://spectrasecu.re)
Hover over links to see color transition.
---
## Lists
### Unordered List
- Item 1
- Item 2
- Nested item
- Item 3
### Ordered List
1. First
2. Second
3. Third
1. Nested first
2. Nested second
---
## Images
![Sample image](https://via.placeholder.com/300x150)
Check image border radius, spacing, and responsiveness.
---
## Code Blocks
### Inline code
Use `` `inline code` `` inside text.
### Fenced code block
```bash
# Bash example
echo "Hello, world!"
for file in *.txt; do
echo "Processing $file"
done
```
toc:: "true"
content_header:: "false"
---- END ARISE \\ DO NOT MODIFY THIS LINE ---->

View file

@ -0,0 +1,80 @@
<!-- BEGIN ARISE ------------------------------
Title:: "Style Test"
Author:: "Jose Falanga"
Description:: "Style Test"
Language:: "en"
Thumbnail:: "arise-icon.png"
Published Date:: "2009-04-16"
Modified Date:: "2025-10-13"
content_header:: "false"
rss_hide:: "true"
---- END ARISE \\ DO NOT MODIFY THIS LINE ---->
# Sample Markdown Test
Welcome to the **Markdown style test** for your library-themed site.
This file includes headings, text formatting, lists, links, images, code, blockquotes, tables, and horizontal rules.
---
## Text Styles
**Bold text**
*Italic text*
***Bold + Italic***
~~Strikethrough~~
`Inline code`
> Blockquote text for testing. The border and color should reflect your library style.
---
## Links
[Internal link](/posts)
[External link](https://spectrasecu.re)
Hover over links to see color transition.
---
## Lists
### Unordered List
- Item 1
- Item 2
- Nested item
- Item 3
### Ordered List
1. First
2. Second
3. Third
1. Nested first
2. Nested second
---
## Images
![Sample image](https://via.placeholder.com/300x150)
Check image border radius, spacing, and responsiveness.
---
## Code Blocks
### Inline code
Use `` `inline code` `` inside text.
### Fenced code block
```bash
# Bash example
echo "Hello, world!"
for file in *.txt; do
echo "Processing $file"
done
```