Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions examples/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,15 @@

<body>

<a class="ribbon" href="https://github.com/publiclab/inline-markdown-editor">
<img width="149"
height="149"
src="https://github.blog/wp-content/uploads/2008/12/forkme_left_darkblue_121621.png?resize=149%2C149"
class="attachment-full size-full"
alt="Fork me on GitHub"
data-recalc-dims="1">
</a>

<div class="header">

<h1>inline-markdown-editor</h1>
Expand Down
8 changes: 8 additions & 0 deletions examples/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -80,3 +80,11 @@ h1 {
.mod-image-select #drop img {
width: 100%;
}

/* Styles for fork ribbon */

.ribbon {
position: absolute;
top: 0px;
left: 0px;
}
9 changes: 9 additions & 0 deletions examples/wysiwyg.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,15 @@
</head>

<body>

<a class="ribbon" href="https://github.com/publiclab/inline-markdown-editor">
<img width="149"
height="149"
src="https://github.blog/wp-content/uploads/2008/12/forkme_left_darkblue_121621.png?resize=149%2C149"
class="attachment-full size-full"
alt="Fork me on GitHub"
data-recalc-dims="1">
</a>

<div class="header">

Expand Down