LFT77
1 Follower • 1 Member

code blocks

7/20/23

js code

// Comment line

const plausibleInstances = {}
plausibleDomains.forEach((domain) => {
plausibleInstances[domain] = Plausible({
domain,
trackLocalhost: AppContext.isMobile,
})
})

python code

# Comment line

print('Hello, world!')
❤️
🎉