mirror of
https://github.com/geoffsee/open-gsio.git
synced 2025-09-08 22:56:46 +00:00
- 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:
@@ -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~~
|
||||
|
Reference in New Issue
Block a user