For details, please refer to Markdown # Markdown Learning #h1 ##h2 ###h3 ####h4 **Bond** *italic* This is a list This is a list This is a list This is a list That is a list They are lists This is a quation Table tables are cool col1 col2 col3 cout <<…
D3 https://d3js.org/ 数据驱动文档显示, 利用 SVG HTML CSS技术. D3.js is a JavaScript library for manipulating documents based on data. D3 helps you bring data to life using HTML, SVG, and CSS. D3’s emphasis on web standards gives you the full capabilities of mode…
Pagedown Links Google wiki page Download Markdown.Converter.js var converter = new Markdown.Converter(); var result = converter.makeHtml(html); Markdown.Sanitizer.js 过滤html标签白名单之外的标签 var converter = new Markdown.getSanitizingConverter(); converter.ma…
| Data Evaluation | - Use Shift + Enter or Shift + Return to run the upper box so as to make it display the edited text format. - Markdown used for text writing, while the other is Code cell used for code writing. import csv import numpy as np import…