You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/devel/MEP/MEP29.rst
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -48,21 +48,21 @@ A proof of concept is provided in `markup_example.py <https://github.com/rougier
48
48
Improvements
49
49
------------
50
50
51
-
* This proof of concept uses regex to parse the text but it may be better
52
-
to use the html.parser from the standard library.
51
+
* This proof of concept uses regex to parse the text but it may be better
52
+
to use the html.parser from the standard library.
53
53
54
-
* Computation of text fragment positions could benefit from the OffsetFrom
55
-
class. See for example item 5 in `Using Complex Coordinates with Annotations <http://matplotlib.org/devdocs/users/annotations.html#using-complex-coordinates-with-annotations>`_
54
+
* Computation of text fragment positions could benefit from the OffsetFrom
55
+
class. See for example item 5 in `Using Complex Coordinates with Annotations <http://matplotlib.org/devdocs/users/annotations.html#using-complex-coordinates-with-annotations>`_
56
56
57
57
Problems
58
58
--------
59
59
60
-
* One serious problem is how to deal with text having both latex and
61
-
html-like tags. For example, consider the follwing::
60
+
* One serious problem is how to deal with text having both latex and
61
+
html-like tags. For example, consider the follwing::
0 commit comments