v1
This commit is contained in:
parent
4c273b1543
commit
3685c46820
|
@ -1,5 +1,3 @@
|
|||
# gmi-to-html
|
||||
|
||||
The converted Gemini document should exist inside the `<body>`. Consider if sharing the page with other HTML to put the core document inside `<main>`. [Each Gemini line-type](https://gemini.circumlunar.space/docs/specification.html#5-3-line-orientation) may be translated using the following guide:
|
||||
|
||||
````
|
||||
|
@ -76,7 +74,7 @@ A JSON file can be passed to `--config` for conveniently applying any option wit
|
|||
```json
|
||||
{
|
||||
"html": "en",
|
||||
"descriptions": 200,
|
||||
"description": true,
|
||||
"foreground": "#137752",
|
||||
"background": "#F4F4F4"
|
||||
}
|
||||
|
|
|
@ -2,7 +2,7 @@ gmi-web(1) "1.0.0"
|
|||
|
||||
# NAME
|
||||
|
||||
gmi-web - A bridge between Gemini and HTML
|
||||
gmi-web - Convert text/gemini to text/html.
|
||||
|
||||
# SYNOPSIS
|
||||
|
||||
|
|
2
package-lock.json
generated
2
package-lock.json
generated
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "gmi-web-cli",
|
||||
"version": "1.0.7-rc.4",
|
||||
"version": "1.0.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "gmi-web-cli",
|
||||
"version": "1.0.9-rc.4",
|
||||
"version": "1.0.0",
|
||||
"description": "Convert text/gemini to text/html.",
|
||||
"main": "html.js",
|
||||
"type": "module",
|
||||
|
|
Loading…
Reference in a new issue