mirror of
https://github.com/sparksuite/simplemde-markdown-editor.git
synced 2025-07-23 18:04:27 -06:00
Update default text and styling
This commit is contained in:
parent
c689e8297c
commit
cc5e3c14d7
26
index.html
26
index.html
@ -8,6 +8,20 @@
|
|||||||
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
|
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
|
||||||
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
|
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
|
||||||
<link rel="stylesheet" type="text/css" href="stylesheets/github-light.css" media="screen">
|
<link rel="stylesheet" type="text/css" href="stylesheets/github-light.css" media="screen">
|
||||||
|
|
||||||
|
<style>
|
||||||
|
.editor-preview h1,
|
||||||
|
.editor-preview h2,
|
||||||
|
.editor-preview h3,
|
||||||
|
.editor-preview h4,
|
||||||
|
.editor-preview h5,{
|
||||||
|
margin-bottom:10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.editor-preview h1,{
|
||||||
|
border-bottom:1px solid #ddd;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<section class="page-header">
|
<section class="page-header">
|
||||||
@ -21,22 +35,22 @@
|
|||||||
<section class="main-content">
|
<section class="main-content">
|
||||||
<h1><a id="demo" class="anchor" href="#demo" aria-hidden="true"><span class="octicon octicon-link"></span></a>Demo</h1>
|
<h1><a id="demo" class="anchor" href="#demo" aria-hidden="true"><span class="octicon octicon-link"></span></a>Demo</h1>
|
||||||
|
|
||||||
<textarea>
|
<textarea># Intro
|
||||||
# Intro
|
|
||||||
Go ahead, play around with the editor! Be sure to check out **bold** and *italic* styling, or even [links](http://google.com). You can type the Markdown syntax, use the toolbar, or use shortcuts like `cmd-b` or `ctrl-b`.
|
Go ahead, play around with the editor! Be sure to check out **bold** and *italic* styling, or even [links](http://google.com). You can type the Markdown syntax, use the toolbar, or use shortcuts like `cmd-b` or `ctrl-b`.
|
||||||
|
|
||||||
## Lists
|
## Lists
|
||||||
|
Unordered lists can be started using the toolbar or by typing `* `, `- `, or `+ `. Ordered lists can be started by typing `1. `.
|
||||||
|
|
||||||
* Lists are a piece of cake too
|
* Lists are a piece of cake too
|
||||||
* They even auto continue as you type
|
* They even auto continue as you type
|
||||||
* A double enter with end them
|
* A double enter will end them
|
||||||
|
|
||||||
|
|
||||||
## More lists
|
|
||||||
1. Numbered lists...
|
1. Numbered lists...
|
||||||
2. ...work too!
|
2. ...work too!
|
||||||
|
|
||||||
## What about images?
|
## What about images?
|
||||||

|
</textarea>
|
||||||
</textarea>
|
|
||||||
|
|
||||||
<footer class="site-footer">
|
<footer class="site-footer">
|
||||||
<span class="site-footer-credits"><a href="https://github.com/NextStepWebs/simplemde-markdown-editor">SimpleMDE Markdown Editor</a> is maintained by <a href="https://github.com/NextStepWebs">NextStepWebs</a>.</span>
|
<span class="site-footer-credits"><a href="https://github.com/NextStepWebs/simplemde-markdown-editor">SimpleMDE Markdown Editor</a> is maintained by <a href="https://github.com/NextStepWebs">NextStepWebs</a>.</span>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user