Skip to content

The JavaScript code is not displayed. #253

Open
@sunguangcai

Description

@sunguangcai

Title displays normally, code section not displayed

const copy = `# h1 Heading 8-)

This is some bold text!

This is normal text

```javascript
function debounce(func, wait) {
let timeout;
return function() {
clearTimeout(timeout);
timeout = setTimeout(() => func.apply(this, arguments), wait);
};
}
```
`;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions