##// END OF EJS Templates
Add Markdown to the list of downloadable nbconverted formats....
Add Markdown to the list of downloadable nbconverted formats. Seem it was just forgotten. The list was not auto generated on purpose IIRC, as some format, like TeX were deemed not useful in menu.

File last commit:

r20208:ae5abcb6
r20542:bfd58b1f
Show More
edit.less
51 lines | 950 B | text/x-less | LessCssLexer
.dirty-indicator{
.fa();
width:20px;
}
.dirty-indicator-dirty{
.dirty-indicator();
}
.dirty-indicator-clean{
.dirty-indicator();
&:before{
.icon(@fa-var-check);
}
}
#filename {
font-size: 16pt;
display: table;
padding: 0px 5px;
}
#current-mode{
padding-left: 5px;
padding-right: 5px;
}
#texteditor-backdrop {
padding-top: @page-header-padding;
padding-bottom: @page-header-padding;
@media not print{
background-color: @page-backdrop-color;
}
#texteditor-container {
.CodeMirror-gutter, .CodeMirror-gutters {
@media print {
background-color: @body-bg;
}
@media not print {
background-color: @page-color;
}
}
@media not print{
padding: 0px;
background-color : @page-color;
.box-shadow(@global-shadow);
}
}
}