From cb36806098d0c4756ac928884f651d92e2557594 Mon Sep 17 00:00:00 2001 From: shafayetShafee Date: Sat, 18 Feb 2023 16:30:19 +0600 Subject: [PATCH] corrected typo in readme --- README.md | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 19d4208..01a34f0 100644 --- a/README.md +++ b/README.md @@ -53,11 +53,10 @@ The options for `reveal-header` goes under the `reveal-header` key in the yaml. ## Example - -| Examples | | | -|-------------------------------------------------------------------------------------------------|-----------------------------------------|------------------------------------------------------------------------------------| -| The template file that comes with the format | [`source code`](template.qmd) | [`live demo`](https://shafayetshafee.github.io/metropolis/template.html) | -| A presentation with header logo and header text | [`source code`](example_header01.qmd) | [`live demo`](https://shafayetshafee.github.io/metropolis/example_header01.html) | -| A presentation with Section and subsection title on header (used with `slide-level: 3`) | [`source code`](example_header03.qmd) | [`live demo`](https://shafayetshafee.github.io/metropolis/example_header03.html) | -| A presentation with header logo, Section and subsection title and header on header | [`source code`](example_header02.qmd) | [`live demo`](https://shafayetshafee.github.io/metropolis/example_header02.html) | -| A presentation with code blocks with many lines (to show the utility of code fullscreen button) | [`source code`](example_fullscreen.qmd) | [`live demo`](https://shafayetshafee.github.io/metropolis/example_fullscreen.html) | \ No newline at end of file +| Examples | | | +|-----------------------------------------------------------------------------------------------------|-----------------------------------------|------------------------------------------------------------------------------------| +| The template file that comes with the format | [`source code`](template.qmd) | [`live demo`](https://shafayetshafee.github.io/metropolis/template.html) | +| A presentation with header logo and header text | [`source code`](example_header01.qmd) | [`live demo`](https://shafayetshafee.github.io/metropolis/example_header01.html) | +| A presentation with Section and subsection title on header (used with `slide-level: 3`) | [`source code`](example_header03.qmd) | [`live demo`](https://shafayetshafee.github.io/metropolis/example_header03.html) | +| A presentation with header logo, Section and subsection title and subtitle as header text on header | [`source code`](example_header02.qmd) | [`live demo`](https://shafayetshafee.github.io/metropolis/example_header02.html) | +| A presentation with code blocks with many lines (to show the utility of code fullscreen button) | [`source code`](example_fullscreen.qmd) | [`live demo`](https://shafayetshafee.github.io/metropolis/example_fullscreen.html) | \ No newline at end of file