diff options
| author | Jonas Smedegaard <dr@jones.dk> | 2025-03-16 18:23:55 +0100 |
|---|---|---|
| committer | Jonas Smedegaard <dr@jones.dk> | 2025-03-16 18:24:30 +0100 |
| commit | dbb50bc03105bd7a208e46a9b0ddbe11811b8f20 (patch) | |
| tree | b111743996988ce77fa569540e60428487286c19 /_extensions/protoExtension/proto.lua | |
| parent | 8e703f77bb2431902ebd57aced3fba1224e28c44 (diff) | |
drop draft extensions by Léandre and Sabin
Diffstat (limited to '_extensions/protoExtension/proto.lua')
| -rw-r--r-- | _extensions/protoExtension/proto.lua | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/_extensions/protoExtension/proto.lua b/_extensions/protoExtension/proto.lua deleted file mode 100644 index cb29c31..0000000 --- a/_extensions/protoExtension/proto.lua +++ /dev/null @@ -1,14 +0,0 @@ --- Function to replace variations of Leandre with Léandre. -function Str(el) - i , j = string.find(el.text,"{") - if i ~= nil then a = string.find(el.text,"}") - print(i) - print(string.sub(el.text,i,a)) - b = string.sub(el.text,0,i-1) - c = string.sub(el.text,a+1,-1) - el.text = b .. c - - end - - return el -end |
