chrisglein / artificial-chat

2 stars 1 forks source link

Human prompts with markdown styling should be styled #117

Closed chrisglein closed 4 months ago

chrisglein commented 1 year ago

Problem Description

image

Steps To Reproduce

The following is guitar tab for a guitar solo. I'd like to transpose this down one octave. Can you do that?

e|----------------------15-----------------------------------------------------|
B|-16b18-r16-13---16r15b17---15b17-13-15p13-13---------------------------------|
G|-----------------------------------------------12r10--8~~~~~-----------------|
D|-----------------------------------------------------------------------------|
A|-----------------------------------------------------------------------------|
E|-----------------------------------------------------------------------------|

Expected Results

That should be displayed in monospace formatting, similar to the AI response:

image

I have transposed the guitar tab down one octave as requested, dropping each numbered fret by 12 frets and rearranging to a lower string when necessary. Here is the transposed guitar tab:

e|-------------------------3--------------------------------------------------|
B|-4b6--r4-1----4r3b5----3b5--1-3p1-1----------------------------------------|
G|-------------------0-----------------0r(--)
D|----------------------------------------------------------------------------|
A|----------------------------------------------------------------------------|
E|----------------------------------------------------------------------------|

Note that in line 3, the original "8" changes to "~". This means you can let the note on the G string (0 fret) ring and create a similar vibrating sound.

App version

1.0.24