Giter Site home page Giter Site logo

markdowndeep's Introduction

markdowndeep

Open-source implementation of Markdown for C# and Javascript

https://help.github.com/articles/github-flavored-markdown

にある機能を一部実装する。

Newlines

入力されたように改行する。 (Issue では 動作するが、Readme.md では動作しない)

Roses are red
Violets are blue

Roses are red Violets are blue

Roses are red
Violets are blue

Multiple underscores in words

アンダースコアは 強調ではない。

perform_complicated_task
do_this_and_do_that_and_another_thing

perform_complicated_task do_this_and_do_that_and_another_thing

perform_complicated_task
do_this_and_do_that_and_another_thing

URL autolinking

URL が自動リンクになる

http://github.com

Strikethrough

取り消し

~~Mistaken text.~~

Mistaken text.

Mistaken text.

Task Lists

タスクリスト。 これも Issue では 動作するが、Readme.md では動作しない。

- [ ] a task list item
- [ ] list syntax required
- [ ] normal **formatting**, @mentions, #1234 refs
- [ ] incomplete
- [x] completed
  • a task list item
  • list syntax required
  • normal formatting, @mentions, #1234 refs
  • incomplete
  • completed

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.