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 new notebook markdown renderer skips text wrapped in code tags. An example is:
'<h4 id="create_data_model" class="doc_header"><code>create_data_model</code><a href="__main__.py#L2" class="source_link" style="float:right">[source]</a></h4>\n\n> <code>create_data_model</code>(**file_name**:str=*None*, **location**:Path=*None*)\n\nCreates an SQLite database with the appropriate tables for use in \nmanaging the data intake process.\n\nThis will not destroy a pre-existing database file.\n\nParameters\n----------\nfile_name : str, optional\n Name of the database file defaults to \'intake_db\'\n \nlocation : Path, optional\n Location where to save the db file, by default current working directory'
which starts rendering as of: "(file_name:`"
It should show:
Extension version: 2021.1.502429796
VS Code version: Code - Insiders 1.53.0-insider (8d779a4fadaadec06b44b8875a1d3c4adba8e380, 2021-02-02T16:34:06.213Z)
OS version: Darwin x64 20.2.0
System Info
Item
Value
CPUs
Intel(R) Core(TM) i9-9880H CPU @ 2.30GHz (16 x 2300)
Sorry but in the insiders version, only basic markdown is currently supported. See this issue for more information (and when we might get more markdown tags supported): microsoft/vscode#106701
Issue Type: Bug
The new notebook markdown renderer skips text wrapped in code tags. An example is:
'<h4 id="create_data_model" class="doc_header"><code>create_data_model</code><a href="__main__.py#L2" class="source_link" style="float:right">[source]</a></h4>\n\n> <code>create_data_model</code>(**
file_name**:
str=*
None*, **
location**:
Path=*
None*)\n\nCreates an SQLite database with the appropriate tables for use in \nmanaging the data intake process.\n\nThis will not destroy a pre-existing database file.\n\nParameters\n----------\nfile_name : str, optional\n Name of the database file defaults to \'intake_db\'\n \nlocation : Path, optional\n Location where to save the db file, by default current working directory'
which starts rendering as of: "(
file_name
:`"It should show:
Extension version: 2021.1.502429796
VS Code version: Code - Insiders 1.53.0-insider (8d779a4fadaadec06b44b8875a1d3c4adba8e380, 2021-02-02T16:34:06.213Z)
OS version: Darwin x64 20.2.0
System Info
gpu_compositing: enabled
metal: disabled_off
multiple_raster_threads: enabled_on
oop_rasterization: enabled
opengl: enabled_on
protected_video_decode: unavailable_off
rasterization: enabled
skia_renderer: disabled_off_ok
video_decode: enabled
webgl: enabled
webgl2: enabled
A/B Experiments
The text was updated successfully, but these errors were encountered: