Tag: markdown
-
Benefits of LaTeX – Getting to grips with LaTeX – Andrew Roberts
Reblogged from… this post A quick, and dirty way to produce html from a markdown 1 file is: python -m markdown -x abbr -x footnotes -x def_list your.file.md > out.html And with pandoc 2, you can even create PDF, or epub, if you so would desire? 3 pandoc your.file.md -o out.pdf Markdown syntax. ↩ Pandoc demos… ↩…
-
Benefits of LaTeX – Getting to grips with LaTeX – Andrew Roberts
PSA: I’ll keep it short this time… 1 😉 Like so many of you, I use tumblr’s mobile app too, and I noticed (understatement implied lol) how garbled up it looked on my mobile’s dash. I think—from now on—if I got a lot of sourcecode (source-code, source code, sourcecode, or whatever) to post, then I’ll…
-
Inline vs. Display mode.
The differences between (LaTeX) inline mode, and (LaTeX) display mode, can easily be demonstrated. 😉 Like so: This is inline mode: (a^2+b^2=c^2) This is inline mode: \(a^2+b^2=c^2\) And… This is display mode: [ a^2+b^2=c^2 ] This is display mode: \[ a^2+b^2=c^2 \] This is too, but probably will get neglected: [ a^2+b^2=c^2 ] This is…
-
Markdown (again).
My subtitle Markdown, and HTML, are the tools of the trade. WordPress, and Tumblr, are the platforms of choice. Definition of: Definition Noun. It is—a word—used to: Refer to the description of itself. Definition of: Markdown Markdown—A tool used to convert text into HTML—for use on for example: WordPress. Definition of: HTML Hypertext Markup Language.…
-
Example text.
Ok, as it stands: You can not define anything within <li>list item.</li> blocks. But at least I’ve figured it out now. 😉 lol Showing you here, how to use it on WordPress, as well as on Tumblr. 😉 Code blocks can use three or more back ticks (“`), as well as tildes (~~~). Syntax highlighting…
-
The only reason I’m still rocking gedit 1, is because of its snippets 2 feature, for more: Do a search query. 3 The images you see, up above, all refer to gedit’s so called “ global.xml ” file # In terminal. ls -lh .config/gedit/snippets/global.xml # Or … Run program. alt+f2 gedit .config/gedit/snippets/global.xml About. ↩ How to…
-
Markdown test.
Ok, wordpress seems to support markdown now! YAY! 😉
-
Markdown test.
I’m so used, to either use tumblr‘s wysiwyg editor, or its plain-text one, while blogging/reblogging on here. That I had totally forgotten about markdown. lol Granted, it takes a little time to get used to. But I like it so far. 😉 Ok, enough with the chitchat, it’s time for … EXAMPLES Example Header <h4>…