merge
This commit is contained in:
parent
12149a0469
commit
fac0dcc257
@ -18,7 +18,7 @@ pub struct Question<'a> {
|
|||||||
|
|
||||||
impl<'a> Question<'a> {
|
impl<'a> Question<'a> {
|
||||||
pub fn process(qry: &str, md: &str) -> String {
|
pub fn process(qry: &str, md: &str) -> String {
|
||||||
let qry = format!("{} on the text above", qry);
|
let qry = format!("{} on the text/webpage above", qry);
|
||||||
let qry = BASE.replace("{{question}}", &qry);
|
let qry = BASE.replace("{{question}}", &qry);
|
||||||
let qry = qry.replace("{{input}}", md);
|
let qry = qry.replace("{{input}}", md);
|
||||||
qry
|
qry
|
||||||
|
Loading…
Reference in New Issue
Block a user