Welcome to giscus! #62
Replies: 1173 comments 499 replies
|
Hello! 🎉 Test markdown features... H1followed by some text H2followed by some text H3followed by some text H4followed by some text H5followed by some text H6followed by some text Auto-detected link: https://giscus.vercel.app Can render
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis id sem purus, eu commodo tortor. Donec malesuada ultricies dolor a eleifend. In hac habitasse platea dictumst. Vivamus a faucibus ligula. Nullam molestie tristique arcu, eu elementum metus ultricies sed. Aenean luctus congue lectus, vitae semper erat rhoncus non. Nulla facilisi. Horizontal rule:
A table with an empty cell and unaligned indenting.
def this_is
puts "some #{code tag} code"
end
def this_is
puts "some #{pre tag} code"
end
class Classy
def this_is
puts "some #{colored} ruby code with ruby syntax highlighting"
@someobj.do_it(1, 2)
end
endvar test = function this_is(){
console.log("some" + colored + "javascript code with javascript syntax highlighting really long");
}(defproject myproject "0.5.0-SNAPSHOT"
:description "Some clojure code with syntax highlighting."
:dependencies [[org.clojure/clojure "1.5.1"]]
:plugins [[lein-tar "3.2.0"]])var test = function this_is(){
console.log("language declared as 'js' instead");
}- print('hello world')
+ print('Hello, world!')Lines 34 to 43 in 32bbb29 giscus/services/github/getAppAccessToken.ts Lines 31 to 47 in 72fac05 Test from https://github.com/suan/github-flavored-markdown-test Test math renderer error: When The Cauchy-Schwarz Inequality |
|
Interesting |
|
Great stuff!!! I am glad that this project was made. Please keep up the good work. |
Great |
|
Looks nice, thanks! A comment made on GitHub without authorizing the app. |
|
This is great, thanks! |
|
Thank you for doing this! This is exactly what I needed! |
|
Looking forward to the future of this project. |
|
really cool! 🚀🎉 |
New feature: discussion reactions! 🎉giscus now supports reactions for the main discussion (top-level) post! The feature is automatically enabled by default, unless you set <script src="https://giscus.app/client.js"
...
data-reactions-enabled="0"
</script>If no matching discussion exists, giscus will also automatically create a new discussion the first time someone leaves a reaction. Try it out! |
|
Awesome, this is what I need! |
|
Hi, thanks for checking in! |
|
Keren pol paaaak |
|
Just what I was looking for! It seems like pretty much every comment widget powered by GitHub uses issues, and while this is because most GitHub users would be used to them, there is a feature dedicated for discussion now. |
|
good |
|
Test |
|
👍 |
|
nice |
|
test |
|
Welcoming |
|
category: "Announcements", |
|
Woohoo! \o/ |
|
omg |
import math
def simpson(f, a, b, n):
if n % 2 == 1: n += 1
h = (b - a) / n
total = f(a) + f(b)
for i in range(1, n):
x = a + i * h
if i % 2 == 0:
total += 2 * f(x)
else:
total += 4 * f(x)
return total * h / 3
result = simpson(lambda x: math.exp(-x**2), 0, 1, 100)
print(result) |
|
oh baby |
|
hello |
|
hi |
|
让热 |
|
哈喽 |



Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Welcome to giscus!
https://giscus.app
All reactions