mirror of
https://github.com/celisej567/wiki.git
synced 2026-01-06 10:09:54 +03:00
make em cool
This commit is contained in:
@@ -74,7 +74,6 @@ def ConvertToHtml(fpath):
|
||||
rawmarkdown = f.read().replace("\r\n","\n")
|
||||
smalls = re.findall(r"^\$\_SMALL\s[\s\S]+?\s\_\$$",rawmarkdown,re.MULTILINE)
|
||||
for small in smalls:
|
||||
print(small)
|
||||
rawmarkdown = rawmarkdown.replace(small, "<small style=\"position:relative; top:8px;\">"+small[8:-3]+"</small>")
|
||||
frames = re.findall(r"^\$_FRAME\s[\S\s]+?\s_\$$",rawmarkdown,re.MULTILINE)
|
||||
for frame in frames:
|
||||
|
||||
@@ -496,6 +496,6 @@ th, td
|
||||
|
||||
<hr />
|
||||
|
||||
<p><a href="/wiki/QScript/Lua/Intro.html"><- Prev</a> | <a href="/wiki/QScript/Lua/Objects.html">Next -></a></p>
|
||||
<div class="framed"><div class="framed"><a href="/wiki/QScript/Lua/Intro.html"><- Prev</a> | <a href="/wiki/QScript/Lua/Objects.html">Next -></a></div></div>
|
||||
|
||||
</div>
|
||||
@@ -477,6 +477,6 @@ th, td
|
||||
|
||||
<hr />
|
||||
|
||||
<p><a href="/wiki/QScript/Lua/Objects.html"><- Prev</a> | <a href="/wiki/QScript/Lua/Imports.html">Next -></a></p>
|
||||
<div class="framed"><div class="framed"><a href="/wiki/QScript/Lua/Objects.html"><- Prev</a> | <a href="/wiki/QScript/Lua/Imports.html">Next -></a></div></div>
|
||||
|
||||
</div>
|
||||
@@ -474,6 +474,6 @@ th, td
|
||||
|
||||
<hr />
|
||||
|
||||
<p><a href="/wiki/QScript/Lua/Exports.html"><- Prev</a> | <a href="/wiki/QScript/Tutorial/Chapter1.html">Go back to the QScript Tutorial</a></p>
|
||||
<div class="framed"><div class="framed"><a href="/wiki/QScript/Lua/Exports.html"><- Prev</a> | <a href="/wiki/QScript/Tutorial/Chapter1.html">Go back to the QScript Tutorial</a></div></div>
|
||||
|
||||
</div>
|
||||
@@ -465,6 +465,6 @@ th, td
|
||||
|
||||
<hr />
|
||||
|
||||
<p><a href="/wiki/QScript/Lua/Classes.html"><- Prev</a> | <a href="/wiki/QScript/Lua/Exports.html">Next -></a></p>
|
||||
<div class="framed"><div class="framed"><a href="/wiki/QScript/Lua/Classes.html"><- Prev</a> | <a href="/wiki/QScript/Lua/Exports.html">Next -></a></div></div>
|
||||
|
||||
</div>
|
||||
@@ -48,4 +48,6 @@ We can now move on to objects.
|
||||
|
||||
---
|
||||
|
||||
[<- Prev][QScript/Lua/Intro] | [Next ->][QScript/Lua/Objects]
|
||||
$_FRAME
|
||||
[<- Prev][QScript/Lua/Intro] | [Next ->][QScript/Lua/Objects]
|
||||
_$
|
||||
@@ -31,4 +31,6 @@ That's great but now what can you do with the exported variables? That's the thi
|
||||
|
||||
---
|
||||
|
||||
[<- Prev][QScript/Lua/Objects] | [Next ->][QScript/Lua/Imports]
|
||||
$_FRAME
|
||||
[<- Prev][QScript/Lua/Objects] | [Next ->][QScript/Lua/Imports]
|
||||
_$
|
||||
@@ -28,4 +28,6 @@ The reason why you can't use tables, is because objects, are actually shared! On
|
||||
|
||||
---
|
||||
|
||||
[<- Prev][QScript/Lua/Exports] | [Go back to the QScript Tutorial][QScript/Tutorial/Chapter1]
|
||||
$_FRAME
|
||||
[<- Prev][QScript/Lua/Exports] | [Go back to the QScript Tutorial][QScript/Tutorial/Chapter1]
|
||||
_$
|
||||
@@ -20,4 +20,6 @@ Why would you use an object instead of a table? Well, you'll soon see why.
|
||||
|
||||
---
|
||||
|
||||
[<- Prev][QScript/Lua/Classes] | [Next ->][QScript/Lua/Exports]
|
||||
$_FRAME
|
||||
[<- Prev][QScript/Lua/Classes] | [Next ->][QScript/Lua/Exports]
|
||||
_$
|
||||
Reference in New Issue
Block a user