qiita-markdown
qiita-markdown copied to clipboard
Qiita-specified markdown processor.
## What - The CI is falling because of changes in Ruby 3.2 - `Kernel#=~` will be removed - https://github.com/ruby/ruby/blob/v3_2_0_preview3/NEWS.md#removed-methods ### Goals - All workflows on CI will be passed.
## What - Set up "Dependabot" for continuous library updates. ```yml version: 2 updates: - package-ecosystem: "github-actions" directory: "/" schedule: interval: "weekly" - package-ecosystem: "bundler" directory: "/" schedule: interval: "weekly"...
 Inline Tex(`$abc$`) cannot be escaped.
I want to use markdown in `Note`, but markdown in `Note` does not work. I actually showed it in the article in Japanese below. > https://qiita.com/Yarakashi_Kikohshi/items/a52df374e371bacb2ded I would like to...
deno deploy playground is a code sharing service like code-pen. https://deno.com/blog/deploy-beta3#playgrounds We can embed code by allowing code that contains an iframe tag like the one below. (We can get...
Now, Qiita and Qiita Team can watch youtube video with using iframe, but I wanna open video when paste video link.
The notation defined in GFM, such as `foo bar hoge`, does not render well. This is probably due to the fact that the sanitization rules are not set up properly...
Hi, I am starting to write a Japanese-language article for Qiita, about Arabic language. In GitHub and Qiita Markdown, Arabic looks like this: مرحبا Arabic is a right-to-left language, so...