Skip to content

Conversation

@sparr
Copy link

@sparr sparr commented Nov 23, 2025

Currently Room.findPath opts.heuristicWeight has some unescaped asterisks that produce italic text instead of being readable.

Corrected version copied from

<div class="api-arg-desc">Weight to apply to the heuristic in the A\* formula <code>F = G + weight \* H</code>. Use this option only if you understand the underlying A\* algorithm mechanics! The default value is 1.2.</div>

I also searched for any other instances of this and didn't find any; all the other un-escaped asterisks are in contexts that don't require escaping (e.g. code blocks).

…om Pathfinder opts to resolve markdown italics mistake
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant