Simple Solution
  • Java
  • Spring
  • Spring Boot
  • Tutorials
  • Tags
Parse Markdown Strikethrough to HTML in Java with CommonMark Strikethrough Extension
Parse Markdown Strikethrough to HTML in Java with CommonMark Strikethrough Extension

Learn how to convert a markdown string with GitHub Flavored Markdown strikethrough into HTML string using the CommonMark library and CommonMark Strikethrough Extension library.

Parse Markdown URLs and email addresses to HTML links in Java with CommonMark Autolink Extension
Parse Markdown URLs and email addresses to HTML links in Java with CommonMark Autolink Extension

In this Java tutorial we learn how to convert a markdown string into HTML string with automatically turning plain URLs and email addresses into HTML links using the CommonMark Java library and CommonMark Autolink Extensions library.

Parse Markdown Tables to HTML in Java with CommonMark GFM Tables Extension
Parse Markdown Tables to HTML in Java with CommonMark GFM Tables Extension

Learn how to parse markdown string with GitHub Flavored Markdown tables to HTML string using the CommonMark and CommonMark GFM Tables Extension libraries.

Java Parse Markdown to HTML using CommonMark
Java Parse Markdown to HTML using CommonMark

Learn how to convert a markdown string into HTML string using the CommonMark Java library

Spring Boot Convert Markdown to HTML using CommonMark
Spring Boot Convert Markdown to HTML using CommonMark

In this Spring Boot tutorial we learn step by step how to implement a Spring Boot web application to receive input markdown value from the user and convert it to HTML by using Spring Boot Web, Thymeleaf and commonmark-java library.

Java Convert String to Character using Apache Commons Lang
Java Convert String to Character using Apache Commons Lang

In this Java tutorial we learn how to convert a String object to a Character object using the CharUtils class of Apache Commons Lang library.

Java Convert String to char using Apache Commons Lang
Java Convert String to char using Apache Commons Lang

In this Java tutorial we learn how to convert a String object into a char value using the CharUtils class of Apache Commons Lang library.

Java Convert char to String using Apache Commons Lang
Java Convert char to String using Apache Commons Lang

In this Java tutorial we learn how to Convert a char value to a String object using the CharUtils of Apache Commons Lang library.

Java Convert char to int value using Apache Commons Lang
Java Convert char to int value using Apache Commons Lang

In this Java tutorial we learn how to convert a char value to an int value it represents using the CharUtils class of Apache Commons Lang library.

Java Convert Character to String using Apache Commons Lang
Java Convert Character to String using Apache Commons Lang

In this Java tutorial we learn how to Convert a Character object to a String object using the CharUtils of Apache Commons Lang library.

  • 1
  • 2
  • 3
  • …
  • 9

Copyright © 2019 SimpleSolution.dev. All Rights Reserved.