Adding custom code/CSS to your knowledge base

Change the title of the article to the one you are writing on.

Updated: December 6, 2023

2 mins read

This is a sample AssistFlare article. You can use it to provide helpful information to your customers using all the different blocks found in Notion. You can check out our supported blocks here.

Use H2, H3 Headers Only

AssistFlare automatically uses the article title as the H1 header of the page it generates. To avoid duplicate H1 header which can be flagged as an SEO issue, use H2 and H3 only.

Catch Attention

Code Blocks

Hello World!
TypeScript
let message: string = "Hello, World! We've got syntax highlighting!";
console.log(message);
This is how it will show up on your knowledge base:
notion image

Script/IFrame Embeds

You can also embed scripts and IFrames which are not supported in Notion by using a code block and adding the text: assistflare-embed: at the start on a new line. For e.g. here’s an embed of a JSFiddle IFrame:
This is how it will look on your knowledge base:
notion image

Documentation

Check out AssistFlare’s full documentation, built of course using AssistFlare, at https://assistflare.com/docs. If you have any queries which are not answered in the documentation, you can always shoot me an email at [email protected]

Was this resource helpful?

    Made withAssistFlare