GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   Markdown for Dummies (https://gfy.com/showthread.php?t=1105154)

fris 04-02-2013 05:43 PM

Markdown for Dummies
 
I really hate messing with markdown, its sometimes really annoying, i found 2 utils to help you out if you dont wanna bother actually spending time going through the motions of learning markdown language and all its bits and pieces.

(good for people that use github/bitbucket/beanstalk/stackexchange/etc)

Im usally against visual editors, as I usally do everything in plain text, but when it comes to markdown, Ive used these both (pc and mac)

Best PC Software is markdown pad (free)

http://i.imgur.com/duPQRik.png

http://markdownpad.com/

Best MAC Software is markdown pro ($9.99 available on app store)

http://i.imgur.com/5qyws8S.jpg

http://www.markdownpro.com/

a linux alternative is using a ruby gem called html2markdown

http://rubygems.org/gems/html2markdown

basically you can create a html file

Code:

<h1>forum list</h1>
<a href="https://gfy.com">gfy webmaster forum</a>

and you run

Code:

html2markdown in.html out.md
and it will be converted for you

Code:

# forum list

[gfy webmaster forum](https://gfy.com)

would be the markdown generated.

hope this is of use to someone.

;)

spiederman 04-02-2013 06:03 PM

thnx for that, but with my level of dummyness i dont even know what its for :)
for those who do know, im sure its an informative post:)

Mr Pheer 04-02-2013 11:14 PM

Actually, that is pretty damn cool and looks much easier than CSS.


All times are GMT -7. The time now is 01:31 AM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc