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
Jupytext allows multiple text representations for a single file, but the options are global on the notebook, while ideally they would apply to a given representation.
In version 1.0, the main jupytext functions (read, write...) use a fmt argument that is either the usual format string (e.g. py:percent), or a dictionnary that can receive format options. However, options in jupytext metadata remain global and shared among all text representations.
Jupytext allows multiple text representations for a single file, but the options are global on the notebook, while ideally they would apply to a given representation.
The purpose of this issue is to
split_at_heading
, cf. Split Markdown cell at heading by default? #130, could be an option for markdown representations)The text was updated successfully, but these errors were encountered: