From 055624fca3a85b63847259d9cd172957ceb5173a Mon Sep 17 00:00:00 2001 From: Matteo Marsala Date: Wed, 14 Jun 2023 15:00:52 +0200 Subject: [PATCH] Update README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 8ea3e47c2f..e1e8da961e 100644 --- a/README.md +++ b/README.md @@ -87,6 +87,15 @@ Code snippets can be included by using the triple backticks syntax e.g. ` ```ard arduino, bash, markup, clike, c, cpp, css, css-extras, javascript, jsx, js-extras, coffeescript, diff, git, go, graphql, handlebars, json, less, makefile, markdown, objectivec, ocaml, python, reason, sass, scss, sql, stylus, tsx, typescript, wasm, yaml ``` +### Including Code Blocks fetching Github pages + +CodeBlocks are custom components that can be added directly in the Markdown on docs-content. +Using this component, the code block will be fetched directly from Github pages. + +Syntax: +` ` + +Broken URL will show error alert. URL must be in Github domain and must be public. ## Previewing Changes