提交 53e7cf81 编写于 作者: J Jason Park

show heading of current wiki

上级 f7c98468
AlgorithmVisualizer.wiki @ 3bf6479f
Subproject commit 9ec90c2dff4974717446a58082d3d567b555f5a2
Subproject commit 3bf6479fea97eb0a7667e870970a338c941df4dd
......@@ -6,12 +6,9 @@ const converter = new showdown.Converter({tables: true});
module.exports = (wiki) => {
Server.loadWiki(wiki).then((data) => {
console.log(data);
$('#tab_doc > .wrapper').html(converter.makeHtml(data));
$('#tab_doc > .wrapper').html(converter.makeHtml(`#${wiki}\n${data}`));
$('#tab_doc > .wrapper a').click(function (e) {
const href = $(this).attr('href');
console.log(href);
if (app.hasWiki(href)) {
e.preventDefault();
module.exports(href);
......
此差异已折叠。
此差异已折叠。
此差异已折叠。
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册