Fixed processing of text rows into children
This commit is contained in:
@@ -2,8 +2,7 @@
|
||||
|
||||
_2023-09-15_
|
||||
|
||||
I've been thinking a long time about having a place to publicly publish things.
|
||||
I'm not really into doing that on social media since it would lock my content in their format and make it hard to move anywhere else so i thought i would just write my "things" in plain markdown and then find a way of hosting them online.
|
||||
I've been thinking a long time about having a place to publicly publish things. I'm not really into doing that on social media since it would lock my content in their format and make it hard to move anywhere else so i thought i would just write my "things" in plain markdown and then find a way of hosting them online.
|
||||
|
||||
Sure there's a lot of static site generators out there and a couple of them could probably be configured to work the way i want it to. However to me there is a joy in using things that I have built on my own so first i will try building something from scratch.
|
||||
|
||||
@@ -37,6 +36,8 @@ _Italics_
|
||||
|
||||
_Italics_ then text
|
||||
|
||||
Text then _italics_
|
||||
|
||||
**Bold**
|
||||
|
||||
**Bold** then text
|
||||
@@ -74,7 +75,3 @@ const y = () => {
|
||||
[link to the index](https://blog.zacke.dev) with text after it
|
||||
|
||||

|
||||
|
||||
rstd
|
||||
rastd
|
||||
rstd
|
||||
|
||||
Reference in New Issue
Block a user