From 6f183160b56ac1afb987ab8f6345d42b6a6149c2 Mon Sep 17 00:00:00 2001 From: Jeongsu Kim Date: Tue, 22 Jan 2019 10:54:40 +0900 Subject: [PATCH 1/4] fixed attribute documentation popup not working --- xs3p.xsl | 1 + 1 file changed, 1 insertion(+) diff --git a/xs3p.xsl b/xs3p.xsl index d596d11..a08d6dc 100644 --- a/xs3p.xsl +++ b/xs3p.xsl @@ -3073,6 +3073,7 @@ pre { + From 5954de48335c065e444361e1f2a5eaaa03ffd967 Mon Sep 17 00:00:00 2001 From: Jeongsu Kim Date: Wed, 23 Jan 2019 15:32:14 +0900 Subject: [PATCH 2/4] show enumeration line by line if there are more than 5 --- xs3p.xsl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/xs3p.xsl b/xs3p.xsl index a08d6dc..2678e24 100644 --- a/xs3p.xsl +++ b/xs3p.xsl @@ -8108,6 +8108,10 @@ was not specified in the links file, . | + + + + ' ' From e13f0afc4bda936ef2fc3a83ebb0edaf379a1ea3 Mon Sep 17 00:00:00 2001 From: Jeongsu Kim Date: Thu, 24 Jan 2019 15:26:45 +0900 Subject: [PATCH 3/4] fixed element[@ref] documentation popup not working --- xs3p.xsl | 1 + 1 file changed, 1 insertion(+) diff --git a/xs3p.xsl b/xs3p.xsl index 2678e24..9b96cea 100644 --- a/xs3p.xsl +++ b/xs3p.xsl @@ -3566,6 +3566,7 @@ pre { this + From e4d6b2db69267bd207402b8c0a4f5bfc166e8424 Mon Sep 17 00:00:00 2001 From: Jeongsu Kim Date: Fri, 26 Apr 2019 16:41:13 +0900 Subject: [PATCH 4/4] added pagedown-extra --- xs3p.xsl | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/xs3p.xsl b/xs3p.xsl index 9b96cea..97c9736 100644 --- a/xs3p.xsl +++ b/xs3p.xsl @@ -159,12 +159,12 @@ - https://cdnjs.cloudflare.com/ajax/libs/jquery/2.2.1/jquery.min.js + https://cdnjs.cloudflare.com/ajax/libs/jquery/2.2.4/jquery.min.js - https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.6 + https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7 @@ -302,9 +302,12 @@ - + @@ -428,6 +431,7 @@ $(function () { $("[data-toggle='popover']").popover(); }); var c = new Markdown.Converter(); + Markdown.Extra.init(c, {extensions: ["tables"], table_class: "table table-bordered"}); $('.xs3p-doc').each(function(i, obj) { var rawDocID = '#' + $(this).attr('id') + '-raw'; var indent = $(rawDocID).html().match("^\\n[\\t ]*");