Open scripting opened 1 year ago
I tried it with a bit more complicated Markdown text.
This is the feed item:
<item>
<title>Second Markdown test</title>
<description><p>This post has a list.</p> <p>1. One.</p> <p>2. Two.</p> <p>3. Three.</p> <p>And ladies and gentlemen, boys and girls -- <em>it works!</em></p></description>
<pubDate>Thu, 17 Aug 2023 15:56:32 GMT</pubDate>
<link>https://feedland.org/?item=5016254</link>
<guid>https://feedland.org/?item=5016254</guid>
<source:markdown>This post has a list. 1\. One. 2\. Two. 3\. Three. And ladies and gentlemen, boys and girls -- _it works!_</source:markdown>
</item>
No line breaks in the
This is is how GitHub interprets that Markdown (just copying & pasting from the above):
This post has a list. 1. One. 2. Two. 3. Three. And ladies and gentlemen, boys and girls -- it works!
I have a fictitious user, Bull Mancuso, who uses FeedLand. His outgoing feed is here:
http://data.feedland.org/feeds/bull.xml
To start the exploration, I added a titled item with a single bit of styled text in it.
This is what the item looks like in the timeline.
And this is what it looks like in the feed.
This all looks exactly as I wanted it to. Next step I'm going to see how the rendering if the item takes place in feedlandHome. I want to see the actual code that's turning the Markdown text into HTML. Back in a bit..