We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecaf1f5 commit 4411be9Copy full SHA for 4411be9
packages/realtime-compiler/resources/live-edit.blade.php
@@ -23,6 +23,13 @@
23
<input type="hidden" name="page" value="{{ $page->getSourcePath() }}">
24
<label for="live-editor" class="sr-only">Edit page contents</label>
25
<textarea name="markdown" id="live-editor" cols="30" rows="20" class="rounded-lg bg-gray-200 dark:bg-gray-800">{{ $markdown }}</textarea>
26
+ <footer class="prose dark:prose-invert">
27
+ <small>
28
+ <a id="#liveEditSettingsButton" role="button" href="javascript:liveEditSettings();">
29
+ Editor preferences
30
+ </a>
31
+ </small>
32
+ </footer>
33
</form>
34
</section>
35
</template>
0 commit comments