Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
If we do not hit our goal we will be forced to close the site.

Current status: https://keepboardsalive.com/

Annual subs are best for most impact. If you are still undecided on going Ad Free - you can also donate using the Paypal Donate option. All contribution helps. Thank you.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.
Hi all, please see this major site announcement: https://www.boards.ie/discussion/2058427594/boards-ie-2026

MarkDown

  • 19-05-2016 08:12AM
    #1
    Closed Accounts Posts: 3,419 ✭✭✭


    Hi,
    Having a bit of a nightmare with documentation - we are using Mark Down :mad:

    Using Atom to write the documents and the Atom preview is really nice, but might not look the best in a browser or PDF view.

    Is there any way to "format for all" ?

    I know it's unlikely since it's not standardized but thought I'd ask.

    Thanks


Comments

  • Moderators, Computer Games Moderators Posts: 4,282 Mod ✭✭✭✭deconduo


    Hi,
    Having a bit of a nightmare with documentation - we are using Mark Down :mad:

    Using Atom to write the documents and the Atom preview is really nice, but might not look the best in a browser or PDF view.

    Is there any way to "format for all" ?

    I know it's unlikely since it's not standardized but thought I'd ask.

    Thanks

    Markdown is essentially just a simple way of writing HTML. The headers, bullets etc. are just translated to HTML tags like <h1> and <ul>. If you want to view it in a browser/PDF and have it nicely formatted, you'll need to add CSS in there somewhere, something that Markdown doesn't do by default.

    Here's an example of the CSS github use: https://github.com/sindresorhus/github-markdown-css


Advertisement