This commit is contained in:
@@ -387,13 +387,6 @@ namespace Volian.Svg.Library
|
|||||||
return m.Value;
|
return m.Value;
|
||||||
case 'b': // Bold
|
case 'b': // Bold
|
||||||
return m.Value;
|
return m.Value;
|
||||||
//case 's': // sub or super....
|
|
||||||
// if (m.Value == @"\sub") return m.Value;
|
|
||||||
// if (m.Value == @"\super") return m.Value;
|
|
||||||
// break;
|
|
||||||
//case 'n': // nosubsuper...
|
|
||||||
// if (m.Value == @"\nosupersub") return m.Value;
|
|
||||||
// break;
|
|
||||||
case 'i': // Italics
|
case 'i': // Italics
|
||||||
return m.Value;
|
return m.Value;
|
||||||
case 'v': // save link hidden info
|
case 'v': // save link hidden info
|
||||||
|
Reference in New Issue
Block a user