This commit is contained in:
clente 2024-03-04 19:13:50 +00:00
parent 2cd18636f7
commit 371068d8f9
39 changed files with 103 additions and 131 deletions

View file

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>themes on Bear Cub</title><link>https://clente.github.io/hugo-bearcub/categories/themes/</link><description>Recent content in themes on Bear Cub</description><generator>Hugo -- gohugo.io</generator><language>en-US</language><managingEditor>me@example.com (John Doe)</managingEditor><webMaster>me@example.com (John Doe)</webMaster><copyright>John Doe (CC BY 4.0)</copyright><lastBuildDate>Mon, 11 Mar 2019 00:00:00 +0000</lastBuildDate><atom:link href="https://clente.github.io/hugo-bearcub/categories/themes/index.xml" rel="self" type="application/rss+xml"/><item><title>Markdown Syntax Guide</title><link>https://clente.github.io/hugo-bearcub/blog/markdown-syntax/</link><pubDate>Mon, 11 Mar 2019 00:00:00 +0000</pubDate><author>me@example.com (John Doe)</author><guid>https://clente.github.io/hugo-bearcub/blog/markdown-syntax/</guid><description>&lt;p>This article offers a sample of basic Markdown syntax that can be used in Hugo content files, also it shows whether basic HTML elements are decorated with CSS in a Hugo theme.&lt;/p></description><content:encoded><![CDATA[<p>This article offers a sample of basic Markdown syntax that can be used in Hugo content files, also it shows whether basic HTML elements are decorated with CSS in a Hugo theme.</p>
<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Themes on Bear Cub</title><link>https://clente.github.io/hugo-bearcub/categories/themes/</link><description>Recent content in Themes on Bear Cub</description><generator>Hugo -- gohugo.io</generator><language>en-US</language><managingEditor>me@example.com (John Doe)</managingEditor><webMaster>me@example.com (John Doe)</webMaster><copyright>John Doe (CC BY 4.0)</copyright><lastBuildDate>Mon, 11 Mar 2019 00:00:00 +0000</lastBuildDate><atom:link href="https://clente.github.io/hugo-bearcub/categories/themes/index.xml" rel="self" type="application/rss+xml"/><item><title>Markdown Syntax Guide</title><link>https://clente.github.io/hugo-bearcub/blog/markdown-syntax/</link><pubDate>Mon, 11 Mar 2019 00:00:00 +0000</pubDate><author>me@example.com (John Doe)</author><guid>https://clente.github.io/hugo-bearcub/blog/markdown-syntax/</guid><description>&lt;p>This article offers a sample of basic Markdown syntax that can be used in Hugo content files, also it shows whether basic HTML elements are decorated with CSS in a Hugo theme.&lt;/p></description><content:encoded><![CDATA[<p>This article offers a sample of basic Markdown syntax that can be used in Hugo content files, also it shows whether basic HTML elements are decorated with CSS in a Hugo theme.</p>
<h2 id="headings">Headings</h2>
<p>The following HTML <code>&lt;h1&gt;</code><code>&lt;h6&gt;</code> elements represent six levels of section headings. <code>&lt;h1&gt;</code> is the highest section level while <code>&lt;h6&gt;</code> is the lowest.</p>
<h1 id="h1">H1</h1>