@cccarv82/freya 1.0.13 → 1.0.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/cli/web.js +1 -1
  2. package/package.json +1 -1
package/cli/web.js CHANGED
@@ -868,7 +868,7 @@ function html(defaultDir) {
868
868
  }
869
869
 
870
870
  function renderMarkdown(md) {
871
- const lines = String(md || '').split(/\r?\n/);
871
+ const lines = String(md || '').split(/\\r?\\n/);
872
872
  let html = '';
873
873
  let inCode = false;
874
874
  let inList = false;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cccarv82/freya",
3
- "version": "1.0.13",
3
+ "version": "1.0.14",
4
4
  "description": "Personal AI Assistant with local-first persistence",
5
5
  "scripts": {
6
6
  "health": "node scripts/validate-data.js",