Skip to content

Commit

Permalink
test API responses
Browse files Browse the repository at this point in the history
  • Loading branch information
Sup2point0 committed Mar 20, 2024
1 parent 1983803 commit 338e5b0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/quarkdown.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
from collections import namedtuple
from io import StringIO

import render


def textualise(source):
'''Convert Quarkdown-Flavoured Markdown to HTML.'''
Expand Down
9 changes: 9 additions & 0 deletions source/render.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
'''
Functions for handling individual token types.
'''


def quarks(ctx, text):
'''Process text for quarks.'''

raise NotImplementedError()

0 comments on commit 338e5b0

Please sign in to comment.