aboutsummaryrefslogtreecommitdiffstats
path: root/src/includes/markdown-editor.php
blob: d713217c0ab5c8b133c297f8ddb9117d639a4dc2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
        <div>
            <label for="user-input">
                <h2 class="centered">markdown goes here:</h2>
            </label>
            <form action="index.php" method="post">
                <textarea id="user-input" name="user-input" style="max-width: 50rem; width: 100%; height: 25.5rem;"><?php echo $_SESSION['user-input'] ?? ''; ?></textarea>
                <div class="centered">
                    <button type="submit" name="compile">create presentation</button>
                </div>
            </form>
            <br><br>