Skip to content

Commit

Permalink
Validate that wide code blocks work
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathansick committed Jun 18, 2024
1 parent 6a50753 commit 6b47d18
Showing 1 changed file with 19 additions and 6 deletions.
25 changes: 19 additions & 6 deletions demo/md/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,28 +10,32 @@ Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed euismod, nisl quis

Add an image with a caption:

<!-- ```{figure} rubin-watermark.png
```{figure} rubin-watermark.png
The Rubin watermark.
``` -->
```

## Wide content

Wide content:

<!-- ```{rst-class} technote-wide-content
```{rst-class} technote-wide-content
```

```{image} https://placehold.co/1200x400
``` -->
```

<!-- ### A subsection
### A subsection

More wide content:

```{rst-class} technote-wide-content
```

```{image} https://placehold.co/1200x400
``` -->
```

### Tables

```{rst-class} technote-wide-content
```
Expand Down Expand Up @@ -63,3 +67,12 @@ More wide content:
```

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed euismod, nisl quis molestie ultricies, nunc nisl aliquet nunc, quis aliquam nisl nunc eu nisl.

### Code blocks

```{rst-class} technote-wide-content
```

```{code-block} python
print("Hello, world! This is a code block. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed euismod, nisl quis molestie ultricies, nunc nisl aliquet nunc, quis aliquam nisl nunc eu nisl.")
```

0 comments on commit 6b47d18

Please sign in to comment.