Skip to content

Commit 3cad2e1

Browse files
authored
Add 'See Also' section to README
Added 'See Also' section with relevant links.
1 parent b1c3d1f commit 3cad2e1

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,14 @@ composer install --no-dev
9898

9999
For complete Djot syntax documentation, visit [djot.net](https://djot.net/).
100100

101+
## See Also
102+
103+
- [Djot](https://djot.net/) - Official Djot website with syntax reference and playground
104+
- [jgm/djot](https://github.com/jgm/djot) - Reference implementation in JavaScript by John MacFarlane
105+
- [JetBrains IDE support](https://github.com/php-collective/djot-intellij) - Plugin for PhpStorm, IntelliJ IDEA, WebStorm, etc.
106+
101107
## Credits
102108

103-
- [Djot](https://djot.net/) by John MacFarlane
104109
- [djot-php](https://github.com/php-collective/djot-php) by PHP Collective
105110
- [highlight.js](https://highlightjs.org/) for syntax highlighting
106111

0 commit comments

Comments
 (0)