aboutsummaryrefslogtreecommitdiffstats
path: root/src/includes/markdown-editor.php
blob: fa68bb83ff2adebc1787c8bb09a072c55e6165bb (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" rows="8" cols="80"><?php echo $_SESSION['user-input'] ?? ''; ?></textarea>
                <div class="centered">
                    <button type="submit" name="compile">create presentation</button>
                </div>
            </form>
            <br><br>