Skip to content

Commit

Permalink
Update bug_report.md
Browse files Browse the repository at this point in the history
It seems that spaces may need to surround code blocks to get it to display properly between <details></details>.
  • Loading branch information
chambbj committed Sep 13, 2019
1 parent db3ef0c commit 449bcfe
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ $ pdal translate in.las out.las
```

<details>

```
{
"pipeline":[
Expand All @@ -32,6 +33,7 @@ $ pdal translate in.las out.las
]
}
```

</details>

**Expected behavior**
Expand All @@ -51,14 +53,18 @@ $ pdal --version
If installed via Conda, you may be asked to paste the output of `conda list` and `conda info` as well.

<details>

```
$ conda list
```

</details>

<details>

```
$ conda info
```

</details>

0 comments on commit 449bcfe

Please sign in to comment.