LukasPJ Posted February 8, 2015 Posted February 8, 2015 I can change the forums to use Markdown instead of BBCode. There are a lot of pros and cons, but you can probably find them online.In the end, I believe it comes down to a religious debate. I can also look at making it possible to use both, but if the community is heavily leaning towards one, it might not be worth the trouble :)Edit: Also first poll test.Edit edit: Stopped the poll because MarkDown will now work in cooperation with BBCodes, as best as possible. Quote
buckmaster Posted February 8, 2015 Posted February 8, 2015 Wow, we can write `inline code`! This is pretty _cool_. [linky](http://google.com) And BBcode still works. Quote
LukasPJ Posted February 8, 2015 Author Posted February 8, 2015 *Cough* linky don't really work.. Quote
TRON Posted February 8, 2015 Posted February 8, 2015 I prefer BBCode myself. However that doesn't stop you from giving an [markdown][/markdown] BBCode option to work with or might be a plugin/mod for phpBB to allow the user to specify the mode of their post. Quote
buckmaster Posted February 8, 2015 Posted February 8, 2015 Having a [markdown] tag would kind of defeat the point of it being quick and easy to use. Here TRON, try this out: `` `code` ``.EDIT: Having BBCode around is good for cross-posting on the GG forums. Quote
JeffH Posted February 8, 2015 Posted February 8, 2015 I agree with TRON, I myself prefer BBCode over Markdown (Ask luis how many times he had to yell at me for incorrectly posting markdown on issues XD) Quote
LukasPJ Posted February 8, 2015 Author Posted February 8, 2015 I'm trying to implement both atm actually, I think BBCode will have precedence so if there is any clash, Markdown will be the one who suffers, but atm it works *pretty fine*. Quote
LukasPJ Posted February 8, 2015 Author Posted February 8, 2015 Infernal Markdown compatibility test:--------------------Header 1======== Header 2----------------# Header 1## Header 2### Header 3#### Header 4##### Header 5###### Header 6--------Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla neque nisl, fringilla sed blandit non, pretium eu odio. Lorem ipsum dolor sit amet, consectetur adipiscing elit.Nulla neque nisl, fringilla sed blandit non, pretium eu odio.--------> Lorem ipsum dolor sit amet, consectetur adipiscing elit.> Nulla neque nisl, fringilla sed blandit non, pretium eu odio. > Lorem ipsum dolor sit amet, consectetur adipiscing elit.Nulla neque nisl, fringilla sed blandit non, pretium eu odio.--------> Lorem ipsum dolor sit amet,> > consectetur adipiscing elit.> > Nulla neque nisl,> fringilla sed blandit non, pretium eu odio.--------> ### H3>> > This is a nested blockquote>> * list> * list--------* one* two* three--------1. one2. two3. three--------Lorem ipsum dolor sit amet consectetur adipiscing elit. Nulla neque nisl, fringilla sed blandit non, pretium eu odio.-------- Hello World! --------Don't forget to add `echo $foo;`. Please replace `` to ``.--------* * * ******* - - - - --------This is an [inline link](http://example.com). This [link](http://example.com "example website") has title attribute.--------This is an [reference style link][id1]. This [link][id2] has title attribute. [id1]: http://example.com/[id2]: http://example.com/ "example website"--------You can [omit the id of the link][]. [omit the id of the link]: http://example.com/--------*single asterisks* _single underscores_ **double asterisks** __double underscores__-------- --------![Alt text][id1] ![Alt text][id2] [id1]: /path/to/image.png[id2]: /path/to/image.png "Title"--------GFM--------http://www.example.com--------~~strike~~--------```$ git clone https://github.com/kzykhys/Ciconia.git$ cd Ciconia$ composer install```--------``` php<?php require __DIR__ . '/vendor/autoload.php';```--------- [ ] This is an imcomplete task.- [x] This is a complete task.--------| head | head ||------|------|| body | body |--------head | head-----|-----body | body--------| head | head ||-----:|:----:|| body | body | Quote
buckmaster Posted February 8, 2015 Posted February 8, 2015 * This is a list * Another element * nested list? * please? * no...? * This is a list * Another element * nested list? * please? * no...?Oh hey, it worked! It just messes up if the list is the first thing in the post, because leading spaces get trimmed. Quote
andrewmac Posted February 9, 2015 Posted February 9, 2015 I'll be honest, I don't really care. As long as there's a formatting popup window to give me hints on how to format, then BBCode or Markdown makes no difference to me. So, with that said, I should mention that the "BBCode" link down the bottom should target _new or _blank or whatever it is, rather than using the current window and potentially losing what you've typed in your post so far. Quote
LukasPJ Posted February 9, 2015 Author Posted February 9, 2015 I'll be honest, I don't really care. As long as there's a formatting popup window to give me hints on how to format, then BBCode or Markdown makes no difference to me. So, with that said, I should mention that the "BBCode" link down the bottom should target _new or _blank or whatever it is, rather than using the current window and potentially losing what you've typed in your post so far. Good catch, I'll get that fixed asap. Quote
andrewmac Posted February 9, 2015 Posted February 9, 2015 I didn't actually say this. I wonder if you get a notification for me quoting you on something you didn't actually say. Quote
TRON Posted February 10, 2015 Posted February 10, 2015 Really did say this.I dream of ponies and hellokitty every night!O rly. Quote
Nils Posted February 18, 2015 Posted February 18, 2015 [offtopic] don't know about vs. or Markdown, what I do know is that [ attachment=0 ] filename [ / attachment ] does post my image :mrgreen: [/offtopic] Quote
shawnivan110 Posted February 22, 2017 Posted February 22, 2017 I agree with TRON, I myself prefer BBCode over Markdown (Ask luis how many times he had to yell at me for incorrectly posting markdown on issues XD) Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.