From 675cdf9ba9b1af953a5f707140bcf801e36160a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Frank=20Bru=CC=88ckner?= Date: Thu, 24 Oct 2019 13:47:27 +0200 Subject: [PATCH 1/2] Updates headline level in blockquotes --- docs/book/figlet.md | 4 ++-- docs/book/table.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/book/figlet.md b/docs/book/figlet.md index dd70772..bc4dc68 100644 --- a/docs/book/figlet.md +++ b/docs/book/figlet.md @@ -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 diff --git a/docs/book/table.md b/docs/book/table.md index c301533..8e26b2b 100644 --- a/docs/book/table.md +++ b/docs/book/table.md @@ -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 From 4d1ab5c74a4c291eea42dea6abebfdfdb54910dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Frank=20Bru=CC=88ckner?= Date: Thu, 24 Oct 2019 13:47:56 +0200 Subject: [PATCH 2/2] Fixes language codes for text examples --- docs/book/figlet.md | 2 +- docs/book/table.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/book/figlet.md b/docs/book/figlet.md index bc4dc68..54d7403 100644 --- a/docs/book/figlet.md +++ b/docs/book/figlet.md @@ -62,7 +62,7 @@ echo $figlet->render('Zend'); Assuming you are using a monospace font, the above results in the following: -``` +```text ______ ______ _ __ ______ |__ // | ___|| | \| || | __ \\ / // | ||__ | ' || | | \ || diff --git a/docs/book/table.md b/docs/book/table.md index 8e26b2b..9e099b4 100644 --- a/docs/book/table.md +++ b/docs/book/table.md @@ -98,7 +98,7 @@ echo $table; The above results in the following output: -```php +```text ┌──────────┬────────────────────┐ │Zend │Framework │ |──────────|────────────────────|