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:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user