aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/helpers/markdown.ts
Commit message (Collapse)AuthorAgeFilesLines
* Remove unnecessary commentChocobozzz2022-03-071-1/+0
|
* Optimize markdown rendererChocobozzz2022-03-071-22/+32
|
* Fix plaintext markdown converterChocobozzz2022-02-041-16/+52
|
* Convert markdown to html/plain text for feedsChocobozzz2022-01-311-2/+2
|
* Fix multiple \n in md to plain textChocobozzz2021-10-111-1/+1
|
* Instance homepage support (#4007)Chocobozzz2021-05-271-3/+5
| | | | | | | | | | | | | | | | | * Prepare homepage parsers * Add ability to update instance hompage * Add ability to set homepage as landing page * Add homepage preview in admin * Dynamically update left menu for homepage * Inject home content in homepage * Add videos list and channel miniature custom markup * Remove unused elements in markup service
* Fix exception in markdown parserChocobozzz2021-04-161-0/+4
|
* modify tests to support current behaviour regarding plaintext descriptionRigel Kent2021-04-131-1/+14
|
* render markdown and plainify descriptions on previewsRigel Kent2021-04-131-0/+26