You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@
7
7
## Introduction: Markdown to PDF
8
8
This package depends on two other packages:
9
9
- The [gomarkdown](https://github.com/gomarkdown/markdown) parser to read the markdown source
10
-
- The `fpdf`packace to generate the PDF
10
+
- The `fpdf`package to generate the PDF
11
11
12
12
Both of the above are documented at [Go Docs](http://godocs.org).
13
13
@@ -47,7 +47,7 @@ This is a planned fix; [see here](https://github.com/mandolyte/mdtopdf/issues/1)
47
47
48
48
5. Definition lists are not supported (not sure that markdown supports them -- I need to research this)
49
49
50
-
6. The following text features may be tweaked: font, size, spacing, styile, fill color, and text color. These are exported and available via the `Styler` struct. Note that fill color only works if the text is ouput using CellFormat(). This is the case for: tables, codeblocks, and backticked text.
50
+
6. The following text features may be tweaked: font, size, spacing, style, fill color, and text color. These are exported and available via the `Styler` struct. Note that fill color only works when using `CellFormat()`. This is the case for: tables, codeblocks, and backticked text.
51
51
52
52
7. Tables are supported, but no attempt is made to ensure fit. You can, however, change the font size and spacing to make it smaller. See example.
53
53
@@ -155,7 +155,7 @@ $ go run md2pdf.go -i /path/to/md \
155
155
156
156
## Using non-ASCII Glyphs/Fonts
157
157
158
-
In order to use a non-ASCII language there are a number things that must be done. The PDF generator must be configured WithUnicodeTranslator:
158
+
In order to use a non-ASCII language there are a number things that must be done. The PDF generator must be configured with `WithUnicodeTranslator`:
0 commit comments