File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ Unreleased.
1212- Refactor customization of slides (uses ``*.css ``, ``*.head.html ``, and ``*.body.html ``).
1313- Page title is not extracted from the markdown file.
1414- Allow to render using https://revealjs.com.
15+ - v3 of the URL API becomes the default.
1516
1617
1718Version 0.1.0
Original file line number Diff line number Diff line change 7676 } ,
7777 update_links : function ( ) {
7878 var vm = this
79- vm . link = '/v2 /remark/github/' + vm . user + '/' + vm . repo + '/' + vm . branch + '/' + vm . file
79+ vm . link = '/v3 /remark/0.14.0/ github.com /' + vm . user + '/' + vm . repo + '/' + vm . branch + '/' + vm . file
8080 vm . source_link = 'https://github.com/' + vm . user + '/' + vm . repo + '/blob/' + vm . branch + '/' + vm . file
8181 } ,
8282 } ,
You can’t perform that action at this time.
0 commit comments