#My content is being converted to the markdown ig
19 messages · Page 1 of 1 (latest)
If you start it with a different number, discord will start with that number and replace whatever you put with the next sequential number
3. three
1. one
13. thirteen
- three
- one
- thirteen
By starting your lines with #. you are unintentionally making a formatted list. You need to change your lines so they start with something else
Can also try to escape the markdown with \ somewhere
am confused.. the index is incorrect in discord or your terminal?
They are posting a message like
3. song name
2. song name
1. song name```
and it is being rendered as:
3. song name
2. song name
1. song name
So the content is "correct" in both places, it just conflicts with markdown when viewed
in discord
const displaySong = ({ info }, i) => `#.${i + 1}. ${info.title} [${client.utils.formatDuration(info.length)}]
u mean this way ?
so if you update again, does it resolve to 5..6..7? as in the index
yeah but it should be reversed ... like this
7 6 5
strange
@split tide this is not working.. am i doing it wrong ? how and where to put #. ?
why is there even a #?
so where should i put #. ?
don't put it....
Then how should i make it work without converting it to markdown ?
@split tide