BOT Man

Results 10 comments of BOT Man

IMHO, it prevents the overflow cases: `INC(N)` means `MAX(N + 1, MAX_NUMBER)` here, and `MAX_NUMBER` is `9`.

Want this feature tooooooooooooo!!!!!!!!!! https://sequencediagram.org/ implements this feature by `activate/deactivate` keywords. (This maybe easier to implement/write... IMHO)

@kevin-gjm Your post helps a lot ~ 👍 Thanks very much~ But there is another problem: In this [article](https://msdn.microsoft.com/en-us/library/dd145119%28v=vs.85%29.aspx), after calling `GetDIBits`, I found that `bmp[bmpos + 3]` is always...

``` markdown Inline math: $y=e_i^x$ Block math: $$y=e_i^x$$ ``` will be rendered into ``` html Inline math: y=e_i^x Block math: y=e_i^x ```

``` Inline math: $y=e_i^x$ support Block math: $$ y=e_i^x $$ support ``` works... ``` html Inline math: y=e_i^x support Block math: y=e_i^x ```

The current specs is a bit different from what I usually use... And MathJax and KaTeX (with auto renderer) support `$$` block in the same line... 😕 ![image](https://user-images.githubusercontent.com/17026165/29255888-21139c60-80d8-11e7-8cbe-017d3f885a6d.png) Here is...

Oh, thanks 😄 It would be convenient to type short equations inside `$$`

Well, KaTeX adds class `katex-display` and MathJax adds `MJXc-display` to `span` tag if there is an block math code... So I think an additional class works. (math engine always reads...