p

com.novocode

ornate

package ornate

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. sealed trait Color extends AnyRef

    CSS-compatible color representations in RGBA and HSLA spaces.

    CSS-compatible color representations in RGBA and HSLA spaces. All operations are defined in the color spaces that perform them. There are no automatic conversions.

  2. class Emoji extends CustomNode
  3. class EmojiExtension extends Extension

    Replace emoji names with images.

  4. class EmojiParserExtension extends ParserExtension with WebJarSupport with Logging
  5. class ErrorRecognitionAppender[E] extends UnsynchronizedAppenderBase[E]
  6. class ExpandTocProcessor extends PageProcessor with Logging

    Expand TocBlock nodes and add the computed index to IndexBlock nodes

  7. class ExpandVarsExtension extends Extension

    Expand variables in text content and fenced code blocks.

  8. class ExpandVarsProcessor extends PageProcessor with Logging
  9. trait Extension extends AnyRef
  10. class Extensions extends AnyRef
  11. class ExternalLinksExtension extends Extension with Logging

    Translate generic external links

  12. class FileMatcher extends AnyRef

    Pattern matcher for gitignore-style patterns

  13. class GlobalRefsExtension extends Extension with Logging

    Prepend global reference definitions to all pages

  14. final case class HSLColor(hue: Float, saturation: Float, lightness: Float, alpha: Float) extends Color with Product with Serializable
  15. final case class HeadingSection(id: String, level: Int, title: String, children: Vector[Section])(heading: Heading) extends Section with Product with Serializable
  16. class IncludeCodeExtension extends Extension with Logging

    Include code snippets from external files in fenced code blocks.

  17. trait Logging extends AnyRef
  18. class NoHighlightProcessor extends PageProcessor

    Set the noHighlight flag of fenced code blocks with the specified language codes

  19. class Page extends AnyRef
  20. abstract class PageProcessor extends (Page) ⇒ Unit
  21. final case class PageSection(title: Option[String], children: Vector[Section]) extends Section with Product with Serializable
  22. abstract class Phase extends AnyRef
  23. abstract class PreProcessor extends (String) ⇒ String

    Preprocess the Markdown source before parsing

  24. final case class RGBColor(red: Float, green: Float, blue: Float, alpha: Float) extends Color with Product with Serializable
  25. class RenderMarkdownExtension extends Extension

    Expand Markdown source from a fenced code block into the document.

  26. class ScaladocLinksExtension extends Extension with Logging

    Translate scaladoc links

  27. sealed abstract class Section extends AnyRef
  28. class Site extends AnyRef
  29. case class TocEntry(page: Page, title: Option[String]) extends Product with Serializable
  30. case class TocLocation(current: TocEntry, previous: Option[TocEntry], next: Option[TocEntry]) extends Product with Serializable
  31. final class URIExtensionMethods extends AnyVal
  32. final case class UntitledSection(level: Int, children: Vector[Section]) extends Section with Product with Serializable

Ungrouped