You can achieve this by
JavaScript
.
Try this!!
var plainText = content.replace(/<[^>]*>/g, '');
This will return you plain text.
JavaScript
.var plainText = content.replace(/<[^>]*>/g, '');
import React , { useEffect , useRef } from "react" import { StaticImage } from "gatsby-plugin-image" impor...
Không có nhận xét nào:
Đăng nhận xét