Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
598871f87d | ||
|
|
d17a301e4b | ||
|
|
630a774b7e |
@@ -6,7 +6,13 @@ They have different precedent despite identical values
|
|||||||
** Invisible, non-typeable escape character
|
** Invisible, non-typeable escape character
|
||||||
** Why not use the invisible escape character for the special case of entities
|
** Why not use the invisible escape character for the special case of entities
|
||||||
entities use ={}= to escape the end of an entity but the invisible non-typeable escape character used everywhere else would have worked here too.
|
entities use ={}= to escape the end of an entity but the invisible non-typeable escape character used everywhere else would have worked here too.
|
||||||
|
** So many different escape characters
|
||||||
|
- invisible escape character in general
|
||||||
|
- ={}= at the end of an entity
|
||||||
|
- comma at the start of a line
|
||||||
* Comparison to other formats
|
* Comparison to other formats
|
||||||
** Markdown
|
** Markdown
|
||||||
*** Critique of markdown
|
*** Critique of markdown
|
||||||
http://schwarze.bsd.lv/1703_mandoc_markdown.7
|
http://schwarze.bsd.lv/1703_mandoc_markdown.7
|
||||||
|
* Other org-mode parsers
|
||||||
|
might be fun to have a "remember the fallen" section
|
||||||
|
|||||||
@@ -8,13 +8,13 @@
|
|||||||
|
|
||||||
<br/>
|
<br/>
|
||||||
|
|
||||||
<p>Please check out my repos at <a href="https://code.fizz.buzz/">code.fizz.buzz</a>.</p>
|
<p>Please check out my repos at <a href="https://code.fizz.buzz/explore/repos">code.fizz.buzz</a>.</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Links
|
Links
|
||||||
</br>
|
</br>
|
||||||
<ul>
|
<ul>
|
||||||
<li>My Personal Repos: <a href="https://code.fizz.buzz/">code.fizz.buzz</a></li>
|
<li>My Personal Repos: <a href="https://code.fizz.buzz/explore/repos">code.fizz.buzz</a></li>
|
||||||
<li>LinkedIn: <a href="https://www.linkedin.com/in/tom-alexander-b6a18216/">https://www.linkedin.com/in/tom-alexander-b6a18216/</a></li>
|
<li>LinkedIn: <a href="https://www.linkedin.com/in/tom-alexander-b6a18216/">https://www.linkedin.com/in/tom-alexander-b6a18216/</a></li>
|
||||||
<li>GitHub: <a href="https://github.com/tomalexander">https://github.com/tomalexander</a></li>
|
<li>GitHub: <a href="https://github.com/tomalexander">https://github.com/tomalexander</a></li>
|
||||||
<li>Resume: <a href="https://fizz.buzz/resume.pdf">https://fizz.buzz/resume.pdf</a></li>
|
<li>Resume: <a href="https://fizz.buzz/resume.pdf">https://fizz.buzz/resume.pdf</a></li>
|
||||||
|
|||||||
Reference in New Issue
Block a user