Hacktoberfest 2026: le issue che i maintainer hanno segnato per ottobre, aperte e adatte ai principianti. Sfoglia le issue Hacktoberfest

How Markdown flows through FeedLand

Aperta
#269 2 commenti 0 reazioni 0 assegnatari Vedi su GitHub

Nessuno ha ancora preso questa issue.

Valutazione

Difficoltà
5/5
Tempo stimato
Più di una settimana
Idoneità per principianti
20/100
Tipo di issue
Documentazione
Chiarezza
Da chiarire
Stato di attività
Ferma
Stack tecnologico
html, markdown
Ambito
frontend, web-dev

Direzione di ricerca

Start with the FeedLand feed URL and the planned feedlandHome rendering path, comparing the supplied timeline image, feed XML, and source:markdown content. The issue provides no repository file, test, concrete change, or completion criterion, so the expected documentation outcome would need to be clarified first.

Scritto dal modello di indicizzazione a partire dal testo della issue.

Descrizione

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.

image

This is what the item looks like in the timeline.
image
And this is what it looks like in the feed.
<item>
      <title>First Markdown test</title>
      <description>I want to take a look at how Markdown is generated by FeedLand and how it displays it. This is where we start, with a post with a <strong>single bit</strong> of marked up text.</description>
      <pubDate>Thu, 17 Aug 2023 14:56:56 GMT</pubDate>
      <link>https://feedland.org/?item=5015542</link>
      <guid>https://feedland.org/?item=5015542</guid>
      <source:markdown>I want to take a look at how Markdown is generated by FeedLand and how it displays it. This is where we start, with a post with a **single bit** of marked up text.</source:markdown>
      </item>

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..

Lingua principale
HTML
Stelle
134
Fork
10
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Come iniziare

  1. Leggi tutta la issue e poi la guida ai contributi del progetto.
  2. Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
  3. Fai un fork del repository e lavora su un branch.
  4. Apri una pull request che faccia riferimento al numero della issue.

Altre issue di scripting/Scripting-News

Tutte le issue di scripting/Scripting-News

Issue simili

Altre issue su Web Dev

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.