GithubHelp home page GithubHelp logo

kmd's Introduction

KMD (Markdown to HTML Converter)

Kotlin implementatin of mfp/ocsiblog. A stand-alone, minimalistic blogging engine.

Try the Live Demo

Headings

Heading are created by adding one or more # symbols before text.

# The largest heading (h1 tag)
## The second largest heading (h2 tag)
…
###### The 6th largest heading (h6 tag)
Styling text

Texts can be bold, italic or struck.

*This text will be italic*. _this one too_

**This text will be bold** and __this one too__

~~This ext will be struked~~
Blockquotes

Blockquotes are indicated with a >.

They can be embedded.

> A quoted text
>> An embedded (second level) quoted text
Links

Following forms of links are supported:

[normal link](www.google.com)

[](#ancher)

![image](https://www.example/image)
Lists

Unordered lists are indicated by *.

* Red
* White
* Green

Ordered lists are indiicated by !.

! Red
! White
! Green
Code Formatting

Single backticks are used to format text in a special monospace format.

   `This` is an inline format

Triple backticks are used to format text as its own distinct block.

  val x = 10
  val y = 20
  val z = x + y

kmd's People

Contributors

mhshams avatar

Watchers

 avatar James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.