tinymce / tinymce-blazor

Blazor integration
MIT License
45 stars 14 forks source link

No way to import content.css #18

Closed hevilhuy closed 3 years ago

hevilhuy commented 3 years ago

I have 2 pages:

The write article page is using <Editor> tag and the read article page does not and the read article page cannot render the same as write article page.

In the write article page image In the read article page image

exalate-issue-sync[bot] commented 3 years ago

Ref: INT-2562

jscasca commented 3 years ago

Hi @hevilhuy

From the code sample docs:

You need to add prism.js and prism.css to your page in order to get the syntax highlighted code samples on your webpage (as created by the Code Sample plugin).