Create beautiful images of code.
Showcode can also be purchased as a standalone desktop application:
Thank you for your support! 🙏
To add code higlighting, type a code comment in your language of choice, containing the following:
{*}- Focus{+}- Add{-}- Remove{#[hex]}- Custom Hex Color
For example, this:
public function index() // {#caebf9}
{
return User::all(); // {-}{*}
return User::paginate(); // {+}{*}
}Produces this:
- Clone the git repo
- Run
npm install && npm run dev - Visit http://localhost:3000
