Skip to main content

Bloggy Post

·1 min

This is a blog post that has been pulled into Hugo from my obsidian folder. I’m using it to see what things look like in Hugo compared to the obsidian source:

Header 1 #

Header 2 #

Header 3 #

Header 4 #

Header 5 #
Header 6 #
  • Bullet list using -
    • Sub-item
      • Sub-sub-item
        • Sub-sub-sub-item
          1. Cheeky number list inside
            • sub-sub-sub-sub-item
  • Another item
  • Bullet list using *
    • Sub-item
      • Sub-sub-item
        • Sub-sub-sub-item
          • sub-sub-sub-sub-item
  1. Numbered
    1. with
      1. sub-
        1. numbered
          1. lists
  2. List
  • Checkbox
  • List
  • With
    • Some
      • Items
        • Checked

This is a quote It contains some bold text and some italic text

[!NOTE] This is a callout. Not sure hugo supports it

const message = "This is a javascript code block"
console.log(message);
public class CSharpCodeBlock
{
	public int Property { get; set; }
}
This is a normal code block
Is it any different?

This is inline code.

code with ` inside

This is bold text outside of the quote

This is italic text outside of the quote

strikeout

==highlight==

Bold with italic inside

Bitalic ** Not bold **

Link to google

[[https://github.com/junegunn/fzf|Thing]]

[[Notes/Making My Blog|Making My Blog]]

TablesAre
VeryFun
😄- emoji

Do footnotes work1 How about ^[Inline footnotes]

Do %%comments%% render?

%% What about block comments? %%

Text separated by line breaks s

Online image

Engelbart|100x145


  1. Thingy ↩︎