The code formater and syntax highlighter in Yammer's messages.
1) You can decorate your messages.
* `*bold*`
* `/italic/`
* `_under line_`
* `-through line-`
* <code>\`small code\`</code>
2) You can use the notation like GitHub to highlight source code.
```js
var hello = "world";
```
3) For non y4d users, y4d converts spaces to multibyte-spaces before submit messages.
Latest reviews
- (2013-07-16) great, thanks a lot!
- (2012-12-10) kouji murakami: コードが見やすくなりました。