Repository URL to install this package:
|
Version:
1.1.4 ▾
|
# frozen_string_literal: true
module Notion
class Markdown
# ! convert user input formatted with markdown (**hi** is bold, *hi* is italic, etc.) -> notion-understood stylings.
end
end