Ticket #68 (new defect)

Opened 3 years ago

disable rest includes in preview

Reported by: marienz Assigned to: somebody
Priority: normal Milestone:
Component: widgets Version:
Severity: normal Keywords:
Cc:

Description

It would probably be a good idea to add "'file_insertion_enabled': 0" to the overrides restwidget applies. Without this previewing ".. include:: /path/to/whatever" includes that file. http://docutils.sourceforge.net/docs/ref/rst/directives.html says "'raw_enabled': 0" might be a good idea too, but that is probably less important than file_insertion_enabled.