aboutsummaryrefslogtreecommitdiff
path: root/src/gemini_to_html.rs
Commit message (Collapse)AuthorAgeFilesLines
* refactor(src): rename filesFuwn2023-05-221-153/+0
|
* chore: update copyright headerFuwn2023-05-221-2/+1
|
* fix(gemini_to_html): remove debug logFuwn2023-04-261-3/+1
|
* deps(germ): bump from 0.3.7 to 0.3.9Fuwn2023-04-171-1/+1
|
* fix(to_html): messy markdown to html conversionFuwn2023-04-171-24/+7
|
* fix(to_html): normalize raw p tagFuwn2023-03-121-2/+13
|
* fix(link): don't convert link to htmlFuwn2023-03-111-1/+1
|
* feat: mathjax latex renderingFuwn2023-02-041-2/+11
|
* feat: mathjaxFuwn2023-02-041-1/+1
|
* feat: markdown to htmlFuwn2023-02-041-5/+6
|
* fix(gemini_to_html.rs): remove html escapingFuwn2023-02-041-3/+2
|
* build(rustup): move from nightly to stable)Fuwn2023-02-041-28/+20
|
* fix(gemini_to_html.rs): html entity-encode geminiFuwn2022-07-171-2/+3
|
* fix(gemini_to_html): keep non gemini urlsFuwn2022-06-131-4/+9
|
* fix(gemini_to_html): circumlunar.space style urlsFuwn2022-06-131-1/+4
|
* deps(germ): bump and use new-style astFuwn2022-06-021-4/+6
|
* fix(gemini_to_html): replace redundanciesFuwn2022-06-021-2/+2
|
* refactor(src): move parts to seperate filesFuwn2022-06-011-0/+150