Class TextForeignCodeExtractor

The code extractor for the raw and markdown text.

Implements

Constructors

Properties

cellType: string[]

The supported cell types.

fileExtension: string

Extension of the virtual document (some servers check extensions of files), e.g. 'py' or 'R'.

language: string

The foreign language.

standalone: boolean

Should the foreign code be appended (False) to the previously established virtual document of the same language, or is it standalone snippet which requires separate connection?

Methods