processing / p5.js-website

New p5.js website!
http://p5js.org
MIT License
18 stars 92 forks source link

The parameter type is not displayed. #564

Closed shibomb closed 2 months ago

shibomb commented 2 months ago

Most appropriate sections of the p5.js website?

Reference

What is your operating system?

None

Web browser and version

No response

Actual Behavior

The parameter type is not displayed. In mdx files with simple params, the parameter types are not displayed. e.g. circle()

But an mdx file with overloads will show the parameter types. e.g. line()

スクリーンショット 2024-09-23 4 41 53

Expected Behavior

The parameter type is always displayed, with or without overloading.

Steps to reproduce

open https://p5js.org/reference/p5/circle/ and https://p5js.org/reference/p5/line/ . compare Parameters section.

Would you like to work on the issue?

I will create PR

davepagurek commented 2 months ago

Resolved by #565