This adds a bunch of tests to better exercise the HTML rendering and to be able to track any changes in its behavior. This includes a new `check_all_main_files` to more conveniently check the HTML content of every chapter in a book.
31 lines
283 B
Markdown
31 lines
283 B
Markdown
# Blockquotes
|
|
|
|
Empty:
|
|
>
|
|
|
|
Normal:
|
|
> foo
|
|
> bar
|
|
|
|
Contains code block:
|
|
> ```rust
|
|
> let x = 1;
|
|
> ```
|
|
|
|
Random stuff:
|
|
> ### And now,
|
|
>
|
|
> **Let us _introduce_**
|
|
> All kinds of
|
|
>
|
|
> - tags
|
|
> - etc
|
|
> - stuff
|
|
>
|
|
> 1. In
|
|
> 2. The
|
|
> 3. blockquote
|
|
>
|
|
> > cause we can
|
|
> >
|
|
> > > Cause we can
|