# Just Another Test I'm fiddling with the stylesheet so I need to have various kinds of content included here to make sure I don't have unexpected surprises later. ## Gemtext Normal content looks like this. Words collected into sentences, which are then aggregated to form paragrphs. > Somebody else said something important. > It was so important it took two paragraphs to cover all the details. ``` table +-----------+---------+---------+ | 1.1 | 1.2 | 1.3 | +===========+=========+=========+ | 2.1 | 2.2 | 2.3 | +-----------+---------+---------+ | 3.1 | 3.2 | 3.3 | +-----------+---------+---------+ | 4.1 | 4.2 | 4.3 | +-----------+---------+---------+ | 5.1 | 5.2 | 5.3 | +-----------+---------+---------+ ``` ### H3 level heading ``` code 10 REM This is my first BASIC program. 20 PRINT "Hello world!" 30 END ``` Here is a link to => spartan://jdcard.tilde.team my Spartan page. We might also encounter a list: * apples * pears * oranges * bananas ## HTML Since I'm switching my work to Spartan why would I care what happens here?