# Module :: include_md [![experimental](https://img.shields.io/badge/stability-experimental-orange.svg)](https://github.com/emersion/stability-badges#experimental) [![rust-status](https://github.com/Wandalen/wTools/actions/workflows/_____.yml/badge.svg)](https://github.com/Wandalen/wTools/actions/workflows/_____.yml) [![docs.rs](https://img.shields.io/docsrs/_____?color=e3e8f0&logo=docs.rs)](https://docs.rs/_____) [![discord](https://img.shields.io/discord/872391416519737405?color=e3e8f0&logo=discord&logoColor=e3e8f0)](https://discord.gg/JwTG6d2b) Include markdown file or its section. ### Sample :: trivial ```rust use include_md::*; ``` ### To add to your project ```shell cargo add include_md ``` ### Try out from the repository ``` shell test git clone https://github.com/Wandalen/wTools cd wTools cd sample/rust/include_md_trivial_sample cargo run ```