Package org.opoo.press.highlighter

Examples of org.opoo.press.highlighter.Highlighter


  /**
   * @param rootMap
   */
  private void mergeHighlighterParam(Map<String, Object> rootMap) {
    Highlighter highlighter = site.getHighlighter();
    if(highlighter != null && ".html".equals(outputFileExtension)
        && containsHighlightCodeBlock(highlighter)){
      log.debug("The content contains highlight code block.");
      rootMap.put("highlighter", highlighter.getHighlighterName());
    }
  }
View Full Code Here

TOP

Related Classes of org.opoo.press.highlighter.Highlighter

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.