Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/weierophinney/rtfd-experiments

RTD rendering experiments
https://github.com/weierophinney/rtfd-experiments

Last synced: 3 days ago
JSON representation

RTD rendering experiments

Awesome Lists containing this project

README

        

# RTD Experiments

This repository exists solely so I can test how rtfd.org renders certain
markdown structures.

## Bullets with code samples

- This is a bullet

```php
echo "This is a fenced code block specifying PHP.";
```

- This is another bullet