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
To create your first htmldocs project, run the following command:
56
56
@@ -60,7 +60,7 @@ npx htmldocs@latest init
60
60
61
61
For further instructions or to integrate htmldocs into your existing project, refer to the [Getting Started](https://docs.htmldocs.com/getting-started) guide.
62
62
63
-
## 🧩 Components
63
+
## Components
64
64
65
65
htmldocs comes with a standard set of components to help you layout and style your documents.
66
66
@@ -71,13 +71,13 @@ htmldocs comes with a standard set of components to help you layout and style yo
htmldocs is built upon Chromium's rendering engine, which means it can render any HTML, CSS, and JavaScript. This is different from other tools like [wkhtmltopdf](https://wkhtmltopdf.org/), [WeasyPrint](https://weasyprint.org/), and [Prince](https://www.princexml.com/), which only support a subset of HTML and CSS.
77
77
78
78
htmldocs also uses the [Paged.js library](https://pagedjs.org/) under the hood. Paged.js is used for layout and chunking, as well as more modern features like margin boxes that aren't fully supported by the W3C's CSS standard.
79
79
80
-
## 📊 Comparison
80
+
## Comparison
81
81
82
82
| Feature | Traditional Documents<br/>(Word, Google Docs) | LaTeX Documents<br/>(Overleaf, TeXStudio) | Freeform Documents<br/>(Figma, Sketch) | Web Documents<br/>(htmldocs) |
0 commit comments