DEV Community

Discussion on: Learn How to Create a Passion Economy Platform on Blockchain

Collapse
 
rickystam profile image
Ricky Stam • Edited

Hi nice article :) Just a small tip when you use markdown for code you can use

'''javascript
// your code here
'''
Replace ' with `

This way your code gets highlighted