pixelock

Results 3 comments of pixelock

meet the same problem with `generate_content_async` functions ```python response = await model.generate_content_async( contents=prompt, generation_config=genai.types.GenerationConfig(temperature=request.temperature, top_p=request.top_p), stream=True, ) ```

I find that either inline math or block math with `_{` or `\{` will cause this problem. Manually change them into `\_{` or `\\{` to show properly. How to fix...

> @pixelock alright, i think some features in this theme is kinda... outdated :) you can find fix in https://gohugo.io/content-management/mathematics/ i'll try. thanks for helping!