mirror of
https://github.com/ntrupin/abstractml.git
synced 2025-12-21 12:59:29 -06:00
More changes
This commit is contained in:
@@ -20,10 +20,10 @@
|
||||
<div class="tile is-child">
|
||||
<!--<p class="title">Three</p>-->
|
||||
<aside id="changeMobile" class="menu">
|
||||
<p class="menu-label">Online</p>https://ntrupin.github.io/abstractml/docs.html
|
||||
<p class="menu-label">Online</p>
|
||||
<ul class="menu-list">
|
||||
<li><a href="index.html">Home</a></li>
|
||||
<li><a href="https://github.com/ntrupin/linescript">GitHub</a></li>
|
||||
<li><a href="https://github.com/ntrupin/AbstractML">GitHub</a></li>
|
||||
</ul>
|
||||
<p class="menu-label">Documentation</p>
|
||||
<ul class="menu-list">
|
||||
@@ -99,7 +99,7 @@
|
||||
<b>1. Set up your HTML file.</b>
|
||||
<br>
|
||||
<br>
|
||||
The HTML file is what is called on by your browser when the webpage is requested, and is the page that is dynamically updated to include the parsed LineScript file. This is the one file that you must have downloaded to your computer or hosted on wherever you are hosting your webpage. You can get it here.
|
||||
The HTML file is what is called on by your browser when the webpage is requested, and is the page that is dynamically updated to include the parsed AbstractML file. This is the one file that you must have downloaded to your computer or hosted on wherever you are hosting your webpage. You can get it here.
|
||||
<br>
|
||||
<br>
|
||||
Once you have the file, there is one thing you must do:
|
||||
@@ -184,7 +184,7 @@ h1 -> arguments -> text</code></pre>
|
||||
<b id="paragraphs">Paragraphs</b>
|
||||
<br>
|
||||
<br>
|
||||
The paragraph element is one of the most common HTML, and also Linescript, elements. It is the container for simple text, that can be styled by the developer.
|
||||
The paragraph element is one of the most common HTML, and also AbstractML, elements. It is the container for simple text, that can be styled by the developer.
|
||||
<br>
|
||||
<br>
|
||||
Usage:
|
||||
|
||||
Reference in New Issue
Block a user