AP-Students / website

1 stars 17 forks source link

Feature: Article Renderer #30

Closed BrilliantDeviation7 closed 2 months ago

BrilliantDeviation7 commented 3 months ago

The article renderer displays a Markdown article with styling from Tailwind's typography plugin and also allows for HTML to embed videos either from self-hosted videos or from YouTube. The article is currently just a placeholder string on the page; in the future, it will be loaded from the database.

Resolves #22

image

alexng353 commented 3 months ago

Can we support this way of embedding videos in markdown? It says we can modify how Remark processes the markdown by changing the syntax trees.

here is someone else's implementation of this feature

BrilliantDeviation7 commented 3 months ago

image

alexng353 commented 2 months ago

Please add LaTeX support and resolve conflicts with /main.