laika

Library for transforming lightweight text markup into various types of output formats, written in Scala

License

License

Categories

Categories

Net
GroupId

GroupId

org.planet42
ArtifactId

ArtifactId

laika_2.10
Last Version

Last Version

0.4.0
Release Date

Release Date

Type

Type

jar
Description

Description

laika
Library for transforming lightweight text markup into various types of output formats, written in Scala
Project URL

Project URL

https://github.com/planet42/Laika
Project Organization

Project Organization

org.planet42
Source Code Management

Source Code Management

https://github.com/planet42/Laika.git

Download laika_2.10

How to add to project

<!-- https://jarcasting.com/artifacts/org.planet42/laika_2.10/ -->
<dependency>
    <groupId>org.planet42</groupId>
    <artifactId>laika_2.10</artifactId>
    <version>0.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.planet42/laika_2.10/
implementation 'org.planet42:laika_2.10:0.4.0'
// https://jarcasting.com/artifacts/org.planet42/laika_2.10/
implementation ("org.planet42:laika_2.10:0.4.0")
'org.planet42:laika_2.10:jar:0.4.0'
<dependency org="org.planet42" name="laika_2.10" rev="0.4.0">
  <artifact name="laika_2.10" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.planet42', module='laika_2.10', version='0.4.0')
)
libraryDependencies += "org.planet42" % "laika_2.10" % "0.4.0"
[org.planet42/laika_2.10 "0.4.0"]

Dependencies

compile (2)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.10.2
com.typesafe : config jar 1.0.2

test (2)

Group / Artifact Type Version
org.scalatest : scalatest_2.10 jar 1.9.1
net.sf.jtidy : jtidy jar r938

Project Modules

There are no modules declared in this project.

Laika

Toolkit for transforming lightweight text markup and template based site and e-book generation.

Build Status Maven Central Release

Latest Release

The latest release is version 0.17.0.

It is published to Maven Central for Scala 2.13, 2.12 and Scala.js 1.0.

The sbt plugin is published to the sbt plugin repository for sbt 1.x.

The last release supporting Scala 2.11 had been 0.10.0, the last release for Scala 2.10 and sbt 0.13 was 0.7.0.

Open Source under the Apache 2.0 License.

Features

  • No External Tools

    Easy setup without any external tools or languages and only minimal library dependencies.

  • Flexible Runtime

    Laika can be used as an sbt plugin, as a Scala library for the JVM or in the browser via Scala.js.

  • Purely Functional

    Fully referentially transparent, no exceptions or runtime reflection and integration with cats-effect for polymorphic effect handling.

  • Rich Feature Set

    Markdown and reStructuredText as input, HTML, EPUB and PDF as output, integrated syntax highlighting, link validation, auto-generated navigation, versioned documentation, and much more.

  • Lightweight Theme

    The default Helium theme includes only a minimal amount of handcrafted CSS and JS, no Bootstrap, no frameworks.

  • Highly Extensible

    Process the document AST, adjust rendering for individual AST nodes or extend text markup languages with custom directives.

Further Information

  • Read the Manual.

  • Try out Laika with the Demo App.

  • Browse the API.

  • Follow on Twitter for release announcements.

  • Create Issues here on GitHub for bug reports or enhancement requests.

  • Ask questions on Stackoverflow, tagging with Laika and Scala.

org.planet42

Planet42

Versions

Version
0.4.0
0.3.0
0.2.0
0.1.0