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
This seems to be a tough one: implement support for italics within blog posts without breaking support for determining URLs.
To be honest, I did not spend much time investigating how Org mode is implemented. Maybe there are some clever ideas how to do it properly. So far, I did not do it. Maybe it's easily done.
Ideas for unit tests:
determining italics within a line that holds URLs as well
determining italics that span over one or even more line breaks (Org mode does it only for one line break AFAIR)
This seems to be a tough one: implement support for italics within blog posts without breaking support for determining URLs.
To be honest, I did not spend much time investigating how Org mode is implemented. Maybe there are some clever ideas how to do it properly. So far, I did not do it. Maybe it's easily done.
Ideas for unit tests:
And:
The text was updated successfully, but these errors were encountered: