Skip to content

Instantly share code, notes, and snippets.

View Renderking's full-sized avatar
Rendering what no one has rendered before.

Renderking

Rendering what no one has rendered before.
View GitHub Profile
@doersino
doersino / markdeep-preview.html
Last active September 30, 2024 12:14
Preview Markdeep as you're typing (very simple, unstyled proof of concept)
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<style>
#markdeep_input {
height: 600px;
font-family: monospace;
}
td {