Skip to content

Commit c8ebeb9

Browse files
authored
fix one issues
replace "<" with "@" replace ">" with "#"
1 parent ba66962 commit c8ebeb9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

MathSubjectView.m

-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ - (void)typesetMathWithArray:(NSArray *)arr{
9898
*/
9999
- (NSArray *)parserString:(NSString *)str{
100100
NSArray *arr = [str componentsSeparatedByString:@"@"];
101-
NSLog(@"%@",arr);
102101
NSMutableArray *newArr = [NSMutableArray arrayWithArray:arr];
103102
for (NSInteger i = 0; i < newArr.count; i ++) {
104103
if ([newArr[i] hasPrefix:@"/math#"]||[newArr[i] hasPrefix:@"/image#"]) {

0 commit comments

Comments
 (0)