Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mooc-rr-ressources
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
4
Merge Requests
4
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Learning Lab
mooc-rr-ressources
Commits
ace8d56c
Commit
ace8d56c
authored
Mar 26, 2019
by
Arnaud Legrand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[HTML] Stupid me. I had forgotten to reactivate pandoc generation
parent
f050ed54
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
pandoc_fixer.pl
bin/pandoc_fixer.pl
+1
-1
No files found.
bin/pandoc_fixer.pl
View file @
ace8d56c
...
@@ -112,7 +112,7 @@ sub main() {
...
@@ -112,7 +112,7 @@ sub main() {
my
(
$file
,
$url
)
=
split
(
/\s*#\s*/
,
$f
);
my
(
$file
,
$url
)
=
split
(
/\s*#\s*/
,
$f
);
if
(
$file
eq
""
||
!
defined
(
$url
))
{
warn
"Malformed line"
;
next
;}
if
(
$file
eq
""
||
!
defined
(
$url
))
{
warn
"Malformed line"
;
next
;}
# print "'$file' --- '$url'\n";
# print "'$file' --- '$url'\n";
#
pandoc_export($file);
pandoc_export
(
$file
);
my
(
$html
)
=
$file
;
$html
=~
s/\.[^\.]*$/.html/g
;
my
(
$html
)
=
$file
;
$html
=~
s/\.[^\.]*$/.html/g
;
my
(
$url_id
)
=
$url
;
$url_id
=~
s
|^.*
jump_to_id
/||
g
;
my
(
$url_id
)
=
$url
;
$url_id
=~
s
|^.*
jump_to_id
/||
g
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment