# Test for Markdown This is a test for the markdowku plugin to check its capabilities ## Itemize Does this work - itemize - with **bold** and *italics* and `teletype` ## Enumerate And also 1. enumerate 2. with **bold** and *italics* and `teletype` ## Code blocks this is 4 spaces indented text let's see how this is formatted? ``` here is a code block ``` ``` : test ( n -- ) 0 ?DO I . LOOP ; ``` ## Links Here is a link to the [Project Forth Works](https://wiki.forth-ev.de/doku.php/en:pfw:welcome) home page in the [Forth Wiki](https://wiki.forth-ev.de).