Skip to content
This repository has been archived by the owner on Jan 31, 2020. It is now read-only.

Commit

Permalink
Updates headline level in blockquotes
Browse files Browse the repository at this point in the history
  • Loading branch information
froschdesign committed Oct 24, 2019
1 parent b2fc912 commit 675cdf9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/book/figlet.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ FIGlets use a special font format, called FLT (FigLet Font). By default, one
standard font is shipped with `Zend\Text\Figlet`, but you can download
additional fonts at [http://www.figlet.org](http://www.figlet.org).

> ## Compressed fonts
> ### Compressed Fonts
>
> `Zend\Text\Figlet` supports gzipped fonts. This means that you can take an
> `.flf` file and gzip it. To allow `Zend\Text\Figlet` to recognize this, the
> gzipped font must have the extension `.gz`. Further, to be able to use
> gzipped fonts, you have to have enabled the PHP GZIP extension.
> ## Encoding
> ### Encoding
>
> `Zend\Text\Figlet` expects your strings to be UTF-8 encoded by default. If
> this is not the case, you can supply the character encoding to the second
Expand Down
2 changes: 1 addition & 1 deletion docs/book/table.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ decorators. This can be helpful for sending structured data in text emails, or
to display table information in a CLI application. `Zend\Text\Table` supports
multi-line columns, column spans, and alignment.

> ## Encoding
> ### Encoding
>
> `Zend\Text\Table` expects your strings to be UTF-8 encoded by default. If this
> is not the case, you can either supply the character encoding as a parameter
Expand Down

0 comments on commit 675cdf9

Please sign in to comment.