| Current Path : /home/bechata/mp/wp-content/uploads/2022/ejn73c/ |
| Current File : /home/bechata/mp/wp-content/uploads/2022/ejn73c/gfm-task-list.php.tar |
home/bechata/mp/wp-content/plugins/wp-githuber-md/src/Views/example/gfm-task-list.php 0000666 00000001113 15175000440 0024617 0 ustar 00 <?php
if ( ! defined('GITHUBER_PLUGIN_NAME') ) die;
/**
* View for Controller/Setting
*
* @author Terry Lin
* @link https://terryl.in/
*
* @package Githuber
* @since 1.2.0
* @version 1.3.0
*/
?>
<pre class="setting-example">
<code class="language-markdown">
- [x] Finish my changes
- [ ] Push my commits to GitHub
- [ ] Open a pull request
</code>
</pre>
<p class="description"><?php echo __( 'The Markdown text above will be rendered to:', 'wp-githuber-md' ); ?></p>
<pre class="setting-example"><img src="<?= GITHUBER_PLUGIN_URL ?>assets/images/demo_tasklist.gif"></pre>