yoshistabber / anymemo

Automatically exported from code.google.com/p/anymemo
GNU General Public License v2.0
0 stars 0 forks source link

Can't show the #include <stdio.h> #212

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What is the feature you want?
Show correct the #include.

How important is it to you?
Very.

Do you think other people also want this feature and why?

Yes. A lot programmers need this.

Original issue reported on code.google.com by dujin...@gmail.com on 3 May 2013 at 6:15

GoogleCodeExporter commented 8 years ago
AnyMemo recognize the <> as html tag, please escape the < and > properly using 
< and  >

 #include <stdio.h><br/>

You can try:
http://www.htmlescape.net/htmlescape_tool.html

Original comment by mrlhwlib...@gmail.com on 4 May 2013 at 5:49