| Age | Commit message (Collapse) | Author |
|
Previously, with direct embed, every time we change the CSS or index
template, we need to restart the "ciigo serve" command.
Using memfs make us easy to update and see the changes directly, without
restarting the server.
|
|
Using default margin (1.25rem) cause the TOC for level 3 until 5 have
wide gap in between them.
|
|
Unfortunately, this breaks some API and exported fields, but its better
than creating revive.toml file to add an exception.
Some breaking changes,
* Field [ConvertOptions.HtmlTemplate] become [ConvertOptions.HTMLTemplate]
* Method [Converter.SetHtmlTemplateFile] become
[Converter.SetHTMLTemplateFile]
* Method [Converter.ToHtmlFile] become [Converter.ToHTMLFile]
|
|
For user that installed Go fonts [1] in their local or remote, using ciigo
will feels like home.
[1] https://go.dev/blog/go-fonts
|
|
Replace any usage of ":=" with explicit variable declaration for better
types clarity.
|
|
The style only applicable for non-icon admonition.
|
|
Set the list title font weight to be bold and remove the font-size for
list description to make the font-size consistent.
|
|
This is to make the list content readable and indistinguishable,
especially when we have many list items with paragraphs.
|
|
See https://kilabit.info/journal/2022/gpl/ for more information.
|
|
|
|
The parameter for template either in Convert or Generate functions or
in CLI now become pure optional, not default to "templates/html.tmpl"
anymore.
This will minimize steps for user to setup or run the library or program.
|