https://plugmatter.com/discussion/syntax-highlighter-test
// test comment
function testcomment() {
// silence is golden.
}
Lets test this.
Can we assign a default language for highlighting.
function validateForm() {
let $isValid = true;
const $numgum = 20;
}
Testing plugin mention Paid Memberships Pro, and Cookie Cracker WordPress Plugin
Lets syntax here
function validateForm() {
let isValid = true;
const title = document.getElementById('title').value.trim();
const categories = document.getElementById('pmCategoriesChipsSelectedCategories').value.trim();
const description = quill.getText().trim();
if (title === '' || categories === '' || description === '') {
isValid = false;
}
return isValid;
}
04 October, 2024
It doesn't apply to previous comments?
function validateForm() {
let isValid = true;
}
07 October, 2024
function validateForm() { let $isValid = true; const $numgum = 20; }
#This is Markdown - It is bullet pointGood job!
0
Mohammed Imtiyaz
01 October, 2024
does this works?
Mohammed Imtiyaz
01 October, 2024
why only new discussion? lets highlight comment box as well.