Steps to reproduce:
Search for: how do you access elements in a python list? in FastGPT.
Expected behavior:
Currently FastGPT returns:
You access elements in a Python list using square bracket notation with the element's index number. For example, to access the second element (index 1), you would use list_name[1]. The first element has index 0.
This looks fine when pasted into this bug report, but the problem is that [1] get's interpreted as reference to asource.
There are probably many ways to fix this. I would suggest rendering code as code (i.e like list_name[1]
in md files)
Debug info:
Does not apply. since this is FastGPT not kagi
Image/Video: