Class RevealMarkup

java.lang.Object
de.edgesoft.edgeutils.markup.reveal.RevealMarkup

public class RevealMarkup
extends java.lang.Object
Reveal (reveal.js) markup constants and methods.

Legal stuff

Copyright 2010-2020 Ekkart Kleinod ekleinod@edgesoft.de

This file is part of edgeutils.

edgeutils is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

edgeutils is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with edgeutils. If not, see http://www.gnu.org/licenses/.

Since:
0.2
Author:
Ekkart Kleinod
  • Field Summary

    Fields 
    Modifier and Type Field Description
    static java.lang.String BLOCKQUOTE_END
    blockquote end.
    static java.lang.String BLOCKQUOTE_START
    blockquote start.
    static java.lang.String HEADING_TOKEN
    heading token.
    static java.lang.String LIST_END
    list end.
    static java.lang.String LIST_ITEM_END
    list item end.
    static java.lang.String LIST_ITEM_START
    list item start.
    static java.lang.String LIST_START
    list start.
    static java.lang.String PARAGRAPH
    paragraph.
    static java.lang.String SLIDE_END
    slide end.
    static java.lang.String SLIDE_START
    slide start.
  • Constructor Summary

    Constructors 
    Constructor Description
    RevealMarkup()  
  • Method Summary

    Modifier and Type Method Description
    static java.lang.String getHeadingToken​(int iLevel)
    Returns heading token for given level.

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait