All Projects → oscarmorrison → Md Page

oscarmorrison / Md Page

Licence: mit
📝 create a webpage with just markdown

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Md Page

Pico
Pico is a stupidly simple, blazing fast, flat file CMS.
Stars: ✭ 3,494 (+218.8%)
Mutual labels:  markdown, simple
Parvula
An extremely simple & flexible CMS generated from flat files with a complete RESTful API —
Stars: ✭ 76 (-93.07%)
Mutual labels:  markdown, simple
Pandoc Plantuml Filter
Pandoc filter for PlantUML code blocks
Stars: ✭ 51 (-95.35%)
Mutual labels:  markdown
Mkcli
Markdown command line interface definition
Stars: ✭ 56 (-94.89%)
Mutual labels:  markdown
Simpleparallax.js
Simple and tiny JavaScript library that adds parallax animations on any images
Stars: ✭ 1,075 (-1.92%)
Mutual labels:  simple
Samples Rmarkdown Metropolis
RMarkdown with Metropolis/Mtheme for Beamer
Stars: ✭ 51 (-95.35%)
Mutual labels:  markdown
Mapit
An easy way to embed google maps in your site.
Stars: ✭ 54 (-95.07%)
Mutual labels:  simple
Derrick
🙌 Derrick is a clean minimal and fast theme for a personal blog.
Stars: ✭ 51 (-95.35%)
Mutual labels:  simple
Notes Cli
A simple CLI app to take notes daily on markdown file
Stars: ✭ 58 (-94.71%)
Mutual labels:  markdown
Kokk
Create a beautiful doc from a markdown file. You can insert a vue component into the doc as well.
Stars: ✭ 54 (-95.07%)
Mutual labels:  markdown
Proselint
Proselint wrapper with a friendly reporter
Stars: ✭ 56 (-94.89%)
Mutual labels:  markdown
O
🌀 Text editor suitable for writing git commit messages and editing Markdown files. Can build executables and jump to errors at the press of `ctrl-space`, for several programming languages. Can format code with `ctrl-w`. Provides general syntax highlighting, rainbow parenthesis and cut/paste portals. o is intentionally limited to VT100.
Stars: ✭ 54 (-95.07%)
Mutual labels:  markdown
Slop
Simple Lightweight Option Parsing - ✨ new contributors welcome ✨
Stars: ✭ 1,067 (-2.65%)
Mutual labels:  simple
Settingsguide
More extensive explanations of Cura slicing settings.
Stars: ✭ 55 (-94.98%)
Mutual labels:  markdown
Awesome Handbooks
A curated list of awesome company handbooks
Stars: ✭ 51 (-95.35%)
Mutual labels:  markdown
Gulp Markdown Pdf
Markdown to PDF
Stars: ✭ 56 (-94.89%)
Mutual labels:  markdown
New website
a fork of https://jonbarron.info/ for use in jekyll builds with markdown page updates
Stars: ✭ 51 (-95.35%)
Mutual labels:  markdown
Parse Comments
Parse JavaScript code comments. Works with block and line comments, and should work with CSS, LESS, SASS, or any language with the same comment formats.
Stars: ✭ 53 (-95.16%)
Mutual labels:  markdown
Markdowntomedium
The easiest way to publish a Markdown post to Medium with syntax highlighted code snippets
Stars: ✭ 54 (-95.07%)
Mutual labels:  markdown
It
A Simple Track To Make Sense
Stars: ✭ 55 (-94.98%)
Mutual labels:  simple

logo

markdown page

Create a webpage with just markdown!

Installation

  1. Create a new html page, my-page.html

  2. Add the following script tag at the very top of the page

  3. Write some markdown

<!-- my-page.html --> 
<script src="https://rawcdn.githack.com/oscarmorrison/md-page/master/md-page.js"></script><noscript>

# Header
Welcome to my simplest site

- An
- awesome
- list

(see the docs for more info)

Demo

editable demo: https://jsbin.com/katuyos/edit?html,output
live demo: https://oscarmorrison.com/md-page/

side-by-side
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].