codemonger-io / codemonger

Source code of https://codemonger.io
https://codemonger.io/
MIT License
1 stars 2 forks source link

Uncomfortable indent at the first line in a code block. #47

Closed kikuomax closed 2 years ago

kikuomax commented 2 years ago

When we embed a code block in a blog post, we see something like the following,

 import * as fs from 'fs';
import * as path from 'path';

The first line is slightly indented, and it is uncomfortable. Please fix it.