- Refine assistant output formatting by removing bold headers and adjusting response template.

- Update `package.json` across multiple packages to include missing newline and add package manager metadata.
- Minor README formatting fixes to remove unnecessary trailing spaces.
This commit is contained in:
geoffsee
2025-06-25 14:15:01 -04:00
parent 48bedb8c74
commit 8cdb6b8c94
9 changed files with 14 additions and 12 deletions

View File

@@ -90,7 +90,7 @@ const d = {
~~~javascript
console.log(marked.parse('A Description List:\\n'
+ ': Topic 1 : Description 1\\n'
+ ': **Topic 2** : *Description 2*'));
+ ': Topic 2 : Description 2'));
~~~
## Tables
| Name | Value |
@@ -103,7 +103,7 @@ console.log(marked.parse('A Description List:\\n'
## Horizontal Rule
---
## Font: Bold and Italic
**Bold Text**
**Bold Text**
*Italic Text*
## Font: Strikethrough
~~Struck-through text~~