aboutsummaryrefslogtreecommitdiff
path: root/lib/xesite_markdown
AgeCommit message (Collapse)AuthorFilesLines
2023-03-31fix comrak breakXe Iaso1-2/+3
Signed-off-by: Xe Iaso <me@xeiaso.net>
2023-03-31build(deps): bump comrak from 0.17.1 to 0.18.0dependabot[bot]1-1/+1
Bumps [comrak](https://github.com/kivikakk/comrak) from 0.17.1 to 0.18.0. - [Release notes](https://github.com/kivikakk/comrak/releases) - [Changelog](https://github.com/kivikakk/comrak/blob/main/changelog.txt) - [Commits](https://github.com/kivikakk/comrak/compare/0.17.1...0.18.0) --- updated-dependencies: - dependency-name: comrak dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2023-03-28bump comrak from 0.16.0 to 0.17.0Xe Iaso2-4/+4
Replaces #630 Fixes GHSA-8hqf-xjwp-p67v Fixes GHSA-xxmq-4vph-956w Fixes GHSA-5r3x-p7xx-x6q5 Signed-off-by: Xe Iaso <me@xeiaso.net>
2023-01-25build(deps): bump comrak from 0.15.0 to 0.16.0 (#598)dependabot[bot]1-1/+1
Bumps [comrak](https://github.com/kivikakk/comrak) from 0.15.0 to 0.16.0. - [Release notes](https://github.com/kivikakk/comrak/releases) - [Changelog](https://github.com/kivikakk/comrak/blob/main/changelog.txt) - [Commits](https://github.com/kivikakk/comrak/compare/0.15.0...0.16.0) --- updated-dependencies: - dependency-name: comrak dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-23Add page that explains the characters in the blogXe Iaso1-1/+1
Signed-off-by: Xe <me@christine.website>
2023-01-21support xedn resizable stickersXe Iaso1-8/+15
Signed-off-by: Xe Iaso <me@christine.website>
2022-12-28Update to axum 0.6Xe Iaso1-2/+6
Closes #579 Closes #580 Signed-off-by: Xe <me@christine.website>
2022-11-27lib/xesite_markdown: add xesite markdown to HTML toolXe Iaso1-0/+15
Signed-off-by: Xe Iaso <me@christine.website>
2022-11-24build(deps): bump comrak from 0.14.0 to 0.15.0dependabot[bot]1-1/+1
Bumps [comrak](https://github.com/kivikakk/comrak) from 0.14.0 to 0.15.0. - [Release notes](https://github.com/kivikakk/comrak/releases) - [Changelog](https://github.com/kivikakk/comrak/blob/main/changelog.txt) - [Commits](https://github.com/kivikakk/comrak/compare/0.14.0...0.15.0) --- updated-dependencies: - dependency-name: comrak dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2022-11-23Update Maud to 0.24.0Xe Iaso1-1/+1
Closes #552 Signed-off-by: Xe <me@christine.website>
2022-11-06Xess 2.0: HSLXe Iaso1-3/+3
Signed-off-by: Xe Iaso <me@christine.website>
2022-10-30various site updatesXe Iaso2-1/+43
Signed-off-by: Xe Iaso <me@christine.website>
2022-10-12HLS supportXe Iaso1-0/+8
Signed-off-by: Xe Iaso <me@christine.website>
2022-10-08prepare for cryptocurrency/ownership articleXe Iaso2-44/+80
Signed-off-by: Xe Iaso <me@christine.website>
2022-09-20move markdown and templates into a dedicated crateXe Iaso2-0/+189
This does not move the ructe templates around, only the newer Maud ones. The only template I can't move easily is the salary history one, but I should get rid of that anyways.