Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Поддръжка на таблици в коментарите във форумите #114

Open
bostko opened this issue Dec 20, 2013 · 9 comments

Comments

@bostko
Copy link

bostko commented Dec 20, 2013

Markdown поддържа една много полезна фунционалност за писане на таблици.
Това обаче не се поддържа в отговорите във форумите.

Интересното е че във формата за редактиране където ми се показва "live preview" таблицата която пиша се вижда и излиза много добре.

@mitio
Copy link
Collaborator

mitio commented Dec 20, 2013

Няма как да не цитирам този мъдър коментар:

Това е opensource. Няма нужда да чакаме, може да го фикснем :)

@ignisf
Copy link
Contributor

ignisf commented Dec 20, 2013

😆

@bostko
Copy link
Author

bostko commented Dec 20, 2013

Хм, знаех си. Надявах се да не го цитирате :D

@mitio
Copy link
Collaborator

mitio commented Dec 20, 2013

Надявах се да не го цитирате :D

Защо?

@sgatev
Copy link
Collaborator

sgatev commented Dec 20, 2013

Можеш ли да пуснеш примерен markdown, който се показва в live preview-то, но не и в отговора?

@bostko
Copy link
Author

bostko commented Dec 21, 2013

Ruby operators (highest to lowest precedence)
Method Operator Description
Yes [ ] [ ]= Element reference, element set
Yes ** Exponentiation (raise to the power)
Yes ! ~ + - Not, complement, unary plus and minus (method names for the last two are +@ and -@)
Yes * / % Multiply, divide, and modulo
Yes + - Addition and subtraction
Yes >> << Right and left bitwise shift
Yes & Bitwise `AND'
Yes ^ | Bitwise exclusive `OR' and regular `OR'
Yes <= < > >= Comparison operators
Yes <=> == === != =~ !~ Equality and pattern match operators (!= and !~ may not be defined as methods)
&& Logical `AND'
|| Logical `AND'
.. ... Range (inclusive and exclusive)
? : Ternary if-then-else
= %= { /= -= += |= &= >>= <<= *= &&= ||= **= Assignment
defined? Check if specified symbol defined
not Logical negation
or and Logical composition
if unless while until Expression modifiers
begin/end Block expression

@ignisf
Copy link
Contributor

ignisf commented Dec 21, 2013

което е стандартна html таблица

@sgatev
Copy link
Collaborator

sgatev commented Dec 21, 2013

Ще погледна какво се случва.

@skanev
Copy link
Owner

skanev commented Dec 21, 2013

Вальо, братле, ше почина.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants