DEV Community

Discussion on: Quick notes to use the serverless framework to deploy a Node project on AWS

Collapse
 
tastefulelk profile image
Sebastian Bille • Edited

You should be able to do triple backticks followed by "yml" to inline markdown code!

''' yml
yaml code here
'''
But replace ' with ` gives ⬇️

yml
resources:
Resources:

Collapse
 
rounakcodes profile image
rounakcodes • Edited

Thanks for the reply @tastefulelk . This is how I used it: dev-to-uploads.s3.amazonaws.com/up...

However, the solution did not work. The indentation is not respected.