Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/weierophinney/rtfd-experiments
- Owner: weierophinney
- Created: 2015-08-26T13:12:22.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-08-26T13:36:42.000Z (over 9 years ago)
- Last Synced: 2024-11-06T20:49:46.470Z (about 2 months ago)
- Size: 121 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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