HaxeFoundation / HaxeFoundation/dox

Special characters not escaped correctly

Open
#291 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Haxe
Stars
158
Forks
38
PR merge metrics
No merged PRs in 30d

Description

Using special characters in non-code md breaks html rendering.

Example: https://api.armory3d.org/iron/Scene.html#getChildren
… html after `@return` is cluttered as it's defined as:

```haxe
@return Array
```

This works:
```haxe
@return `Array`
```

If this is intentional and not gonna get fixed it should be noted in the documentation.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.