Skip to content

iroco-co/iroco-blog

Repository files navigation

iroco.co

Web site source of blog.iroco.co

The site is hosted by netlify.

Writing

Recommendations

  • One sentence per line
  • On code snippet, add language (ex. "```js") to benefit from syntax coloration
  • You can draw markdown diagram from code snippets with "```markdown".

Editor line length

We recommend to set markdown line length to 70 characters in your editor. This way, it will match snippets line length in rendered articles.

Example of rendered snippet :

When rendered a code snippet overflows at 70 characters

The Markdown code of the page with line length set to 70 characters :

In markdown editor with 70 character line length, the line marker matches the rendered length

Jetbrains IDE markdown configuration sample.

jetbrains configuration sample

  • Hard wrap at : 70
  • Wrap on typing : No
  • Wrap long text : Unchecked
  • Wrap text inside block quotes : Unchecked

About

Source files for the iroco blog

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages