Skip to content

Commit cecb52d

Browse files
committed
more README.md formatting
1 parent b0d0e11 commit cecb52d

File tree

1 file changed

+20
-13
lines changed

1 file changed

+20
-13
lines changed

README.md

Lines changed: 20 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55

66
### `bakso-doc` is a Node.js micro-service that creates PDF documents.
77

8-
<br/>
9-
108
It uses [Puppeteer](https://www.npmjs.com/package/puppeteer) and headless Chrome to request an HTML document and create a PDF.
119

1210
### Features:
@@ -16,18 +14,12 @@ It uses [Puppeteer](https://www.npmjs.com/package/puppeteer) and headless Chrome
1614

1715
<br/>
1816

19-
## Print Stylesheet: Use HTML & CSS to Create Documents
20-
21-
CSS provides a powerful set of media queries and styles to be able to style a document.
22-
```CSS
23-
@page {
24-
size: A4 landscape;
25-
}
26-
```
27-
28-
https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_media_queries/Printing
17+
## Menu
2918

30-
https://www.smashingmagazine.com/2011/11/how-to-set-up-a-print-style-sheet/
19+
- [Architecture](#architecture)
20+
- [CSS Styles for PDFs](#print-stylesheet-use-html--css-to-create-documents)
21+
- [Get Started](#get-started)
22+
- [Delpoyment](#deployment)
3123

3224
<br/>
3325

@@ -59,6 +51,21 @@ Optionally, the secret can be shared across services and used to both sign and v
5951

6052
<br/>
6153

54+
## Print Stylesheet: Use HTML & CSS to Create Documents
55+
56+
CSS provides a powerful set of media queries and styles to be able to style a document.
57+
```CSS
58+
@page {
59+
size: A4 landscape;
60+
}
61+
```
62+
63+
https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_media_queries/Printing
64+
65+
https://www.smashingmagazine.com/2011/11/how-to-set-up-a-print-style-sheet/
66+
67+
<br/>
68+
6269
## Get Started
6370

6471
Clone the repo:

0 commit comments

Comments
 (0)