Skip to content

How to insert console logs into github pages

Artem Tamazov edited this page Feb 7, 2021 · 1 revision

Short logs

Enclose logs into ``` -- that would ensure good visual emphasis and absence of word wrapping:

```bash
INSERT LOG CONTENTS HERE
```

Long logs

<details><summary><b><i>HEADLINE</i></b></summary>

```bash
INSERT LOG CONTENTS HERE
```
</details>

Notice one empty line after </summary> -- this is necessary for valid formatting.

Very long logs

Attach as a .txt file.