All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.aya.literate.frontmatter.YamlFrontMatter Maven / Gradle / Ivy

// Copyright (c) 2020-2023 Tesla (Yinsen) Zhang.
// Use of this source code is governed by the MIT license that can be found in the LICENSE.md file.
package org.aya.literate.frontmatter;

import org.aya.literate.FencedBlock;
import org.jetbrains.annotations.NotNull;

public class YamlFrontMatter extends FencedBlock {
  public static final @NotNull Factory FACTORY = new Factory<>(YamlFrontMatter::new, '-', 3);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy