mirror of
https://github.com/msberends/AMR.git
synced 2025-07-08 14:41:51 +02:00
new tibble export
This commit is contained in:
@ -27,6 +27,9 @@
|
||||
|
||||
$(document).ready(function() {
|
||||
|
||||
// Replace 'Developers' with 'Maintainers' on the main page
|
||||
$(".developers h2").text("Maintainers");
|
||||
|
||||
// replace \donttest and \dontrun texts in Examples
|
||||
if ($("#ref-examples ~ div pre").length > 0) {
|
||||
$("#ref-examples ~ div pre").html($("#ref-examples ~ div pre").html().replaceAll("# \\donttest{", ""));
|
||||
|
Reference in New Issue
Block a user