ngx-markdown-editor
ngx-markdown-editor copied to clipboard
Change font size and style of the text in editor
Can you help me to change font size and style of the text in editor?
@bohrasankalp if you are using tailwind for you project , wrap you md-editor component in one div and write class="prose max-w-full" this class and in tailwind config file add this plugins: [require('@tailwindcss/typography')],
I don't prefer to add custom classes instead directly make it from configuration.