docs: GitHub admonition syntax for examples README.md (#791)

* docs: GitHub admonition syntax for examples README.md

* docs: Add link to stable release
This commit is contained in:
Dheepak Krishnamurthy
2024-01-11 21:08:54 -05:00
committed by GitHub
parent e1e85aa7af
commit 2b4aa46a6a

View File

@@ -1,7 +1,8 @@
# Examples
> [!WARNING] The examples in this folder run against the `main` branch. There may be backwards
> incompatible changes to the example code.
> [!WARNING]
> The examples in this folder run against the `main` branch. There may be backwards
> incompatible changes compared to the [latest stable version](https://github.com/ratatui-org/ratatui/releases/latest).
>
> If you find that code copied from an example fails to run in your own application, please check
> the tag of the release that your project is using.