Please consider recognizing the same text formatting conventions that ChatGPT does. This will allow bot creators to invoke these conventions when writing prompts, so that the Mevo bot will display nicely formatted text when desired. (For example, I'm working on a complex prompt that guides a teacher through creating a course outline. I'd like the outline to be nicely formatted.)
Below is a list of formatting conventions that ChatGPT recognizes and converts into a more elegant form. I placed this in a prompt in a Mevo bot, and it appears that none of these conventions are currently recognized in Mevo. I see another feature request relating to hyperlinks and images. Implementing the conventions below would address that request plus enable prompt writers to ensure that bot output can handle heading styles; bold, italic, strikethrough, and monospace text; properly bulleted lists; horizontal rules; and code blocks.
#This is heading 1
##This is heading 2
###This is heading 3
This is bold text (this editor on Featurebase is changing my markup... the convention for bold in ChatGPT is an underscore before and after the word or phrase)
This is italic text (again, the editor functions are changing it here. The ChatGPT convention is an asterisk before and after the characters to be italicized.)
This is ~strikethrough text~
This is monospace text
> This block of text is indented (blockquote)
1. This is an ordered list.
2. This is part of the same list.
3. This is, too.
- This will be a bulleted list.
- This is part of the same list.
- This is, too.
Nice clean horizontal rules are created with dashes, underscores, or asterisks on a line by themselves:
------------------------
_____________________
*********************
Links can be specified like this: [AICoaches](http://aicoaches.io)
Images can be specified like this:
[Alt text](http://URL.com)
```Code blocks can be set off like this.
Inline code will be formatted as code if it's set off with ` (backtick symbol).
Please authenticate to join the conversation.
In Review
💡 Feature Request
9 months ago
Gene Kraybill
Get notified by email when there are changes.
In Review
💡 Feature Request
9 months ago
Gene Kraybill
Get notified by email when there are changes.