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
The version I'm using is the latest AUR package (1.4.3-2), docutils is version 0.16.
When trying to preview a document with an image off the internet inside a link, the preview crashes.
Exception Error!
Traceback (most recent call last):
File "/usr/lib/python3.10/site-packages/formiko/renderer.py", line 371, in render_output
html = publish_string(**kwargs).decode('utf-8')
File "/usr/lib/python3.10/site-packages/docutils/core.py", line 407, in publish_string
output, pub = publish_programmatically(
File "/usr/lib/python3.10/site-packages/docutils/core.py", line 665, in publish_programmatically
output = pub.publish(enable_exit_status=enable_exit_status)
File "/usr/lib/python3.10/site-packages/docutils/core.py", line 217, in publish
self.document = self.reader.read(self.source, self.parser,
File "/usr/lib/python3.10/site-packages/docutils/readers/__init__.py", line 71, in read
self.parse()
File "/usr/lib/python3.10/site-packages/docutils/readers/__init__.py", line 77, in parse
self.parser.parse(self.input, document)
File "/usr/lib/python3.10/site-packages/docutils/parsers/rst/__init__.py", line 191, in parse
self.statemachine.run(inputlines, document, inliner=self.inliner)
File "/usr/lib/python3.10/site-packages/docutils/parsers/rst/states.py", line 170, in run
results = StateMachineWS.run(self, input_lines, input_offset,
File "/usr/lib/python3.10/site-packages/docutils/statemachine.py", line 241, in run
context, next_state, result = self.check_line(
File "/usr/lib/python3.10/site-packages/docutils/statemachine.py", line 459, in check_line
return method(match, context, next_state)
File "/usr/lib/python3.10/site-packages/docutils/parsers/rst/states.py", line 2974, in text
msg = self.reporter.severe(
File "/usr/lib/python3.10/site-packages/docutils/utils/__init__.py", line 239, in severe
return self.system_message(self.SEVERE_LEVEL, *args, **kwargs)
File "/usr/lib/python3.10/site-packages/docutils/utils/__init__.py", line 197, in system_message
raise SystemMessage(msg, level)
docutils.utils.SystemMessage: :77: (SEVERE/4) Missing matching underline for section title overline.
__________
[![](https://spee.ch/OzK1u0v_BsLyXyoWS36RdRl0kMbMY-#5a485929c627d649542243733f26e4f97d859613)](https://odysee.com/using_odysee_is_bad_for_lbry:3e8aba56bddd1efe3aa3394802bdc585e45cc439)
It renders correctly on the Common Mark parser.
The text was updated successfully, but these errors were encountered:
UNIVPM-S1079707
changed the title
Preview crashes on images inside links
Preview crashes on images inside links (Docutils)
May 2, 2022
The version I'm using is the latest AUR package (1.4.3-2), docutils is version 0.16.
When trying to preview a document with an image off the internet inside a link, the preview crashes.
It renders correctly on the Common Mark parser.
The text was updated successfully, but these errors were encountered: