Laika
Laika copied to clipboard
Site and E-book Generator and Customizable Text Markup Transformer for sbt, Scala and Scala.js
## About this PR 📦 Updates [org.scalameta:munit](https://github.com/scalameta/munit) from `0.7.29` to `1.0.0` ⚠ 📜 [GitHub Release Notes](https://github.com/scalameta/munit/releases/tag/v1.0.0) - [Version Diff](https://github.com/scalameta/munit/compare/v0.7.29...v1.0.0) ## Usage ✅ **Please merge!** I'll automatically update this PR to...
## About this PR 📦 Updates * [org.scala-sbt:sbt](https://github.com/sbt/sbt) * [org.scala-sbt:scripted-plugin](https://github.com/sbt/sbt) from `1.9.9` to `1.10.0` 📜 [GitHub Release Notes](https://github.com/sbt/sbt/releases/tag/v1.10.0) - [Version Diff](https://github.com/sbt/sbt/compare/v1.9.9...v1.10.0) ## Usage ✅ **Please merge!** I'll automatically update this...
## About this PR 📦 Updates * [org.http4s:http4s-dsl](https://github.com/http4s/http4s) * [org.http4s:http4s-ember-server](https://github.com/http4s/http4s) from `0.23.26` to `0.23.27` 📜 [GitHub Release Notes](https://github.com/http4s/http4s/releases/tag/v0.23.27) - [Version Diff](https://github.com/http4s/http4s/compare/v0.23.26...v0.23.27) ## Usage ✅ **Please merge!** I'll automatically update this...
## About this PR 📦 Updates [org.scala-lang:scala-library](https://github.com/scala/scala) from `2.13.12` to `2.13.14` 📜 [GitHub Release Notes](https://github.com/scala/scala/releases/tag/v2.13.14) - [Version Diff](https://github.com/scala/scala/compare/v2.13.12...v2.13.14) ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve...
The current documentation for custom themes could do with a rework. There are two main problems: 1. The documentation doesn't give an overview of the process. 2. The documentation is...
I have no idea what I'm doing :P. I basically copy pasted the JVM implementation 1:1, and trying to see how far I get from there. If anything at all...
When Markdown input contains task list: ``` Todo: - [x] Task 1 - [ ] Task 2 ``` rendering into HTML produces an error: ```scala import laika.api.Transformer import laika.format.{Markdown, HTML}...
It would be nice if a toggle button for dark mode could be supported for HTML. As I understand it, the use of dark mode or not is dependent on...
This issue is spun out of https://github.com/planet42/Laika/issues/281#issue-1220788257. > - **Postpone support for Scala.js in laika-io** > > This option has been mentioned in the original request. It is, however, beyond...
I'm migrating a project from Paradox to Laika and AFAIK there is no equivalent of this directive. Thanks! https://developer.lightbend.com/docs/paradox/current/directives/snippets.html