fix(mobile): render notes with marked (proper Markdown→HTML) + design CSS soigné

- Install marked package (UMD, hors-ligne)
- buildHtml: parse Markdown server-side avec marked, inject HTML statique
- CSS: typographie soignée, blockquotes brandés, code dark, tables propres
- Plus de CDN, fonctionne hors-ligne

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
Antigravity
2026-05-29 16:43:24 +00:00
parent 7c8695cacf
commit 0ef12f7399
9 changed files with 131 additions and 29 deletions

View File

@@ -1,6 +1,6 @@
// API base URL — change for dev/prod
export const API_URL = __DEV__
? 'http://192.168.1.190:3000' // local network dev server
? 'http://192.168.1.83:3000' // serveur de dev local
: 'https://memento-note.com'
export const ENDPOINTS = {